Remove exit from batch file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7879 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -138,7 +138,7 @@ SectionLoop:
|
||||
|
||||
movzwl (Idtr), %eax # get size of IDT
|
||||
incl %eax
|
||||
addl 2(Idtr), %eax # add to base of IDT to get location of memory map...
|
||||
addl (Idtr + 2), %eax # add to base of IDT to get location of memory map...
|
||||
pushl %eax # push memory map location on stack for call to EFILDR...
|
||||
|
||||
pushl %eax # push return address (useless, just for stack balance)
|
||||
|
Reference in New Issue
Block a user