mirror of https://github.com/acidanthera/audk.git
Check-in missing part at r14302.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14303 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0a48876599
commit
b6d1508f17
|
@ -379,7 +379,7 @@ InitializeDebugAgent (
|
|||
//
|
||||
// Save init arch type when debug agent initialized
|
||||
//
|
||||
SetDebugFlag (DEBUG_AGENT_FLAG_INIT_ARCH, sizeof (UINTN) / 4);
|
||||
SetDebugFlag (DEBUG_AGENT_FLAG_INIT_ARCH, DEBUG_ARCH_SYMBOL);
|
||||
|
||||
InitializeDebugTimer ();
|
||||
|
||||
|
|
Loading…
Reference in New Issue