UefiCpuPkg/CpuExceptionHandlerLib: Trim white space at end of line
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
/** @file
|
/** @file
|
||||||
CPU Exception Handler Library common functions.
|
CPU Exception Handler Library common functions.
|
||||||
|
|
||||||
Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
|
@ -236,7 +236,7 @@ DumpCpuContext (
|
|||||||
SystemContext.SystemContextX64->Idtr[1],
|
SystemContext.SystemContextX64->Idtr[1],
|
||||||
SystemContext.SystemContextX64->Tr
|
SystemContext.SystemContextX64->Tr
|
||||||
);
|
);
|
||||||
InternalPrintMessage (
|
InternalPrintMessage (
|
||||||
"FXSAVE_STATE - %016lx\n",
|
"FXSAVE_STATE - %016lx\n",
|
||||||
&SystemContext.SystemContextX64->FxSaveState
|
&SystemContext.SystemContextX64->FxSaveState
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user