summaryrefslogtreecommitdiffstats
path: root/src/include/usr/trace/interface.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-09-20 12:39:54 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-08 21:24:27 -0500
commitcf3d24d5e0d78e4e8fe1c155a7c556164ae42a51 (patch)
tree7592703a4504d7860af0d9a81872ef17b29104d7 /src/include/usr/trace/interface.H
parentaa0428221628fdb25c980f5764a3b4400004ee5d (diff)
downloadblackbird-hostboot-cf3d24d5e0d78e4e8fe1c155a7c556164ae42a51.tar.gz
blackbird-hostboot-cf3d24d5e0d78e4e8fe1c155a7c556164ae42a51.zip
Runtime trace interfaces.
Change-Id: Ie261eba4bd790150d520bb0261f56c8329cb6a80 RTC: 79420 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6400 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/trace/interface.H')
-rw-r--r--src/include/usr/trace/interface.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/trace/interface.H b/src/include/usr/trace/interface.H
index 6b7dee2f7..aa2909315 100644
--- a/src/include/usr/trace/interface.H
+++ b/src/include/usr/trace/interface.H
@@ -163,7 +163,7 @@ const uint32_t TRACE_FIELD = 0; //Indicates trace is field
{ \
__TRACE_HASH_STRUCTURES(printf_string); \
TRACE::trace_adal_write_bin((des), \
- __traceData_codeInfo.hash, \
+ &__traceData_codeInfo, \
__LINE__, \
address, \
len, \
@@ -218,7 +218,7 @@ const uint32_t TRACE_FIELD = 0; //Indicates trace is field
{ \
__TRACE_HASH_STRUCTURES(printf_string); \
TRACE::trace_adal_write_bin((des), \
- __traceData_codeInfo.hash, \
+ &__traceData_codeInfo, \
__LINE__, \
address, \
len, \
OpenPOWER on IntegriCloud