mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +00:00
556bda74a0
Assume rax is 0xfee003e0 and the displacement is negative 0x60. The effective address is then 0xfee00380. This is perfectly valid. Example instruction: c7 40 a0 00 10 00 00 movl $0x1000,-0x60(%rax) Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>