MdePkg BaseLib Ia32 assembly: Specify DWORD sizes
NASM wants this code to specify a size. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
ef7447bb02
commit
5fe292b42f
@@ -33,7 +33,7 @@ InternalAssertJumpBuffer PROTO C
|
||||
; );
|
||||
;------------------------------------------------------------------------------
|
||||
SetJump PROC
|
||||
push [esp + 4]
|
||||
push DWORD [esp + 4]
|
||||
call InternalAssertJumpBuffer ; To validate JumpBuffer
|
||||
pop ecx
|
||||
pop ecx ; ecx <- return address
|
||||
|
Reference in New Issue
Block a user