OvmfPkg/XenResetVector: Silent a warning from nasm

To avoid nasm generating a warning, replace the macro by the value
expected to be stored in eax.
  Ia32/XenPVHMain.asm:76: warning: dword data exceeds bounds

Reported-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20210412133003.146438-2-anthony.perard@citrix.com>
This commit is contained in:
Anthony PERARD 2021-04-12 14:29:57 +01:00 committed by mergify[bot]
parent 16136f218d
commit 29280c7084

@ -73,7 +73,7 @@ xenPVHMain:
;
; parameter for Flat32SearchForBfvBase
;
mov eax, ADDR_OF(fourGigabytes)
mov eax, 0 ; ADDR_OF(fourGigabytes)
add eax, edx ; add delta
;