mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@152 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1b7b460ff9
commit
c1288a3926
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
@@:
|
||||
|
|
Loading…
Reference in New Issue