git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@152 6f19259b-4bc3-4df7-8a09-765794883524

This commit is contained in:
lgao4 2006-05-14 09:16:36 +00:00
parent 1b7b460ff9
commit c1288a3926
2 changed files with 733 additions and 732 deletions

View File

@ -641,6 +641,7 @@ typedef struct {
#include <Guid/MemoryAllocationHob.h>
#include <Guid/FirmwareFileSystem.h>
#include <Guid/SmramMemoryReserve.h>
#include <Guid/GlobalVariable.h>
#include <Ppi/BlockIo.h>
#include <Ppi/BootInRecoveryMode.h>

View File

@ -51,7 +51,7 @@ AsmCpuid PROC USES rbx
jrcxz @F
mov [rcx], ebx
@@:
mov rcx, [rsp + 30h]
mov rcx, [rsp + 38h]
jrcxz @F
mov [rcx], edx
@@: