aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f14/Proc/Common/S3SaveState.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f14/Proc/Common/S3SaveState.c')
-rw-r--r--src/vendorcode/amd/agesa/f14/Proc/Common/S3SaveState.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vendorcode/amd/agesa/f14/Proc/Common/S3SaveState.c b/src/vendorcode/amd/agesa/f14/Proc/Common/S3SaveState.c
index b7aaf22e3d..8866148c85 100644
--- a/src/vendorcode/amd/agesa/f14/Proc/Common/S3SaveState.c
+++ b/src/vendorcode/amd/agesa/f14/Proc/Common/S3SaveState.c
@@ -641,7 +641,9 @@ S3SaveDebugPrintHexArray (
break;
case AccessWidth64:
case AccessS3SaveWidth64:
- IDS_HDT_CONSOLE (S3_TRACE, "0x%08x%08x", ((UINT32*) ((UINT64*)Array + Index)[1], ((UINT32*) ((UINT64*)Array + Index))[0]));
+ IDS_HDT_CONSOLE(S3_TRACE, "0x%08x%08x",
+ ((UINT32 *) ((UINT64 *)Array + Index))[1],
+ ((UINT32 *) ((UINT64 *)Array + Index))[0]);
break;
default:
IDS_ERROR_TRAP;