mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
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
|
||||
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user