From cc013d6a4db03b7277de98f2c787db9e9e0048a1 Mon Sep 17 00:00:00 2001 From: Josh Rispoli Date: Mon, 7 Jul 2014 16:53:02 -0500 Subject: Debug Build Broken Changed updated variables Resolved syntactic compiler errors Change-Id: Ibf631dc342d44712d21f7b566fcaf8007c6580c5 RTC:93634 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12019 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/xscom/xscom.C | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/usr/xscom') diff --git a/src/usr/xscom/xscom.C b/src/usr/xscom/xscom.C index 877f77faf..1e6c9519f 100644 --- a/src/usr/xscom/xscom.C +++ b/src/usr/xscom/xscom.C @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -490,7 +492,7 @@ errlHndl_t xScomDoOp(DeviceFW::OperationType i_opType, } while (io_hmer.mXSComStatus == PIB::PIB_RESOURCE_OCCUPIED); - TRACDCOMP(g_trac_xscom,"xscomPerformOp: OpType 0x%.16llX, Address 0x%llX, MMIO Address 0x%llX" static_cast(i_opType),i_xscomAddr,static_cast(l_mmioAddr)); + TRACDCOMP(g_trac_xscom,"xscomPerformOp: OpType 0x%.16llX, Address 0x%llX, MMIO Address 0x%llX", static_cast(i_opType),i_xscomAddr,static_cast(l_mmioAddr)); TRACDCOMP(g_trac_xscom, "xscomPerformOp: l_offset 0x%.16llX; VirtAddr %p; i_virtAddr+l_offset %p",l_offset,i_virtAddr,i_virtAddr + l_offset); -- cgit v1.2.1