mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-02 19:34:23 +02:00
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/MemoryAllocationHob.h>
|
||||||
#include <Guid/FirmwareFileSystem.h>
|
#include <Guid/FirmwareFileSystem.h>
|
||||||
#include <Guid/SmramMemoryReserve.h>
|
#include <Guid/SmramMemoryReserve.h>
|
||||||
|
#include <Guid/GlobalVariable.h>
|
||||||
|
|
||||||
#include <Ppi/BlockIo.h>
|
#include <Ppi/BlockIo.h>
|
||||||
#include <Ppi/BootInRecoveryMode.h>
|
#include <Ppi/BootInRecoveryMode.h>
|
||||||
|
@ -51,7 +51,7 @@ AsmCpuid PROC USES rbx
|
|||||||
jrcxz @F
|
jrcxz @F
|
||||||
mov [rcx], ebx
|
mov [rcx], ebx
|
||||||
@@:
|
@@:
|
||||||
mov rcx, [rsp + 30h]
|
mov rcx, [rsp + 38h]
|
||||||
jrcxz @F
|
jrcxz @F
|
||||||
mov [rcx], edx
|
mov [rcx], edx
|
||||||
@@:
|
@@:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user