Displaying 1 result from an estimated 1 matches for "4001a8".
Did you mean:
0001a8
2013 Oct 22
1
[LLVMdev] System call miscompilation using the fast register allocator
...24 fc 01 00 00 movl $0x1,-0x4(%rsp)
400197: 00
400198: 41 b8 04 00 00 00 mov $0x4,%r8d
40019e: 4c 8d 54 24 fc lea -0x4(%rsp),%r10
4001a3: ba 03 00 00 00 mov $0x3,%edx ; Sets rdx/edx
to the correct 3rd arg (3 == TCP_CORK)
4001a8: be 01 00 00 00 mov $0x1,%esi
4001ad: 48 c7 c2 ff ff ff ff mov $0xffffffffffffffff,%rdx ;
Clobbers the 3rd arg!
4001b4: 48 89 d7 mov %rdx,%rdi ; Uses the
clobbering value to set up the 1st arg
4001b7: b8 36 00 00 00 mov...