mirror of https://github.com/acidanthera/audk.git
roll back IDT_ENTRY counter to 32
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10229 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
711d0721b5
commit
df7aaeb998
|
@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include "DxeIpl.h"
|
||||
#include "VirtualMemory.h"
|
||||
|
||||
#define IDT_ENTRY_COUNT 33
|
||||
#define IDT_ENTRY_COUNT 32
|
||||
|
||||
//
|
||||
// Global Descriptor Table (GDT)
|
||||
|
|
Loading…
Reference in New Issue