Open
Description
The instruction 48 8b 0c 25 c0 5c 07 80 is disassembled as MOVQ 0x80075cc0, CX. It should be disassembled as MOVQ 0xffffffff80075cc0, CX. Addresses are signed, and should be sign-extended. See the discussion in issue #7980 for details. To reproduce, run 'go tool objdump addr31 0x2000 0x2012'. addr31 is attached. It was created by stripping a binary built from the code in issue #7980.
Attachments:
- addr31.gz (153196 bytes)