diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-06 20:07:13 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-06 20:07:13 +0000 |
commit | fba2c04f31e119eacf142fcbbaabd5a9e63a39ed (patch) | |
tree | 59eba88ea527759edb2c98d294ae369f95f57e33 /ELF/Target.cpp | |
parent | 5a5c549fe9a3fef595297bd21d36bed8409dc37d (diff) | |
download | src-test2-fba2c04f31e119eacf142fcbbaabd5a9e63a39ed.tar.gz src-test2-fba2c04f31e119eacf142fcbbaabd5a9e63a39ed.zip |
Notes
Diffstat (limited to 'ELF/Target.cpp')
-rw-r--r-- | ELF/Target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/Target.cpp b/ELF/Target.cpp index 8d848d040c61..8d54c93570fa 100644 --- a/ELF/Target.cpp +++ b/ELF/Target.cpp @@ -320,7 +320,7 @@ void X86TargetInfo::writePltZeroEntry(uint8_t *Buf, uint64_t GotEntryAddr, // separate procedure linkage tables. if (Config->Shared) { const uint8_t V[] = { - 0xff, 0xb3, 0x04, 0x00, 0x00, 0x00, // pushl 4(%ebx + 0xff, 0xb3, 0x04, 0x00, 0x00, 0x00, // pushl 4(%ebx) 0xff, 0xa3, 0x08, 0x00, 0x00, 0x00, // jmp *8(%ebx) 0x90, 0x90, 0x90, 0x90 // nop;nop;nop;nop }; |