1. Add Assert in SetJump.S
2. Rename internal function of ModU64x32.S to avoid collision. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@948 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -23,8 +23,11 @@
|
||||
|
||||
|
||||
|
||||
.global _SetJump
|
||||
.global _SetJump, _InternalAssertJumpBuffer
|
||||
_SetJump:
|
||||
pushl 0x4(%esp)
|
||||
call _InternalAssertJumpBuffer
|
||||
popl %ecx
|
||||
popl %ecx
|
||||
movl (%esp),%edx
|
||||
movl %ebx,(%edx)
|
||||
|
Reference in New Issue
Block a user