summaryrefslogtreecommitdiffstats
path: root/src/sbefw/sbecmdsram.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/sbecmdsram.C')
-rw-r--r--src/sbefw/sbecmdsram.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sbefw/sbecmdsram.C b/src/sbefw/sbecmdsram.C
index d03d3fa5..af2a3388 100644
--- a/src/sbefw/sbecmdsram.C
+++ b/src/sbefw/sbecmdsram.C
@@ -93,7 +93,9 @@ uint32_t sbeOccSramAccess_Wrap(const bool i_isGetFlag)
}
SBE_INFO("mode [0x%08X] addr[0x%08X] len[0x%08X]",
- l_req.mode, l_req.addr, l_req.len);
+ (uint32_t)l_req.mode,
+ (uint32_t)l_req.addr,
+ (uint32_t)l_req.len);
// Get the Proc Chip Target to be passed in to the procedure call
Target<fapi2::TARGET_TYPE_PROC_CHIP> l_proc = plat_getChipTarget();
OpenPOWER on IntegriCloud