From fd4fe707fca2059867b4573f3f6f1bd3f708b542 Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Wed, 30 Oct 2013 16:16:19 -0500 Subject: Fix error decoding bus callout from HWP error Change-Id: I74ff8fe81529c18b40c3a602994dd1bb8156174a RTC: 90061 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6970 Tested-by: Jenkins Server Reviewed-by: Donald E. Dahle Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/plat/fapiPlatHwpInvoker.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/usr/hwpf/plat/fapiPlatHwpInvoker.C b/src/usr/hwpf/plat/fapiPlatHwpInvoker.C index a4ff9b3a3..22202a80d 100644 --- a/src/usr/hwpf/plat/fapiPlatHwpInvoker.C +++ b/src/usr/hwpf/plat/fapiPlatHwpInvoker.C @@ -312,7 +312,7 @@ void processEIBusCallouts(const ErrorInfo & i_errInfo, reinterpret_cast((*l_itr)->iv_target1.get()); TARGETING::Target * l_pTarget2 = - reinterpret_cast((*l_itr)->iv_target1.get()); + reinterpret_cast((*l_itr)->iv_target2.get()); HWAS::callOutPriority l_priority = xlateCalloutPriority((*l_itr)->iv_calloutPriority); -- cgit v1.2.1