lib/x86_64/relocator_asm: Fix comment in code

The instruction uses a 64-bit immediate.

Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Frediano Ziglio 2024-09-03 09:00:29 +01:00 committed by Daniel Kiper
parent 95145eea5e
commit 77cd623dee

View File

@ -22,7 +22,7 @@
.p2align 2
VARIABLE(grub_relocator_backward_start)
/* mov imm32, %rax */
/* mov imm64, %rax */
.byte 0x48
.byte 0xb8
VARIABLE(grub_relocator_backward_dest)