summaryrefslogtreecommitdiffstats
path: root/src/occ_405/trac/trac_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/trac/trac_interface.c')
-rwxr-xr-xsrc/occ_405/trac/trac_interface.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/occ_405/trac/trac_interface.c b/src/occ_405/trac/trac_interface.c
index e31ec18..874ef4b 100755
--- a/src/occ_405/trac/trac_interface.c
+++ b/src/occ_405/trac/trac_interface.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -74,13 +74,6 @@ uint8_t g_trac_inf_buffer[TRACE_BUFFER_SIZE] __attribute__ ((section (".inf_trac
uint8_t g_trac_err_buffer[TRACE_BUFFER_SIZE] __attribute__ ((section (".err_trac")));
uint8_t g_trac_imp_buffer[TRACE_BUFFER_SIZE] __attribute__ ((section (".imp_trac")));
-#if SIMICS_ENVIRONMENT
-// Necessary for use in Simics (to get address)
-uint8_t* g_trac_inf_buffer_ptr = g_trac_inf_buffer;
-uint8_t* g_trac_err_buffer_ptr = g_trac_err_buffer;
-uint8_t* g_trac_imp_buffer_ptr = g_trac_imp_buffer;
-#endif
-
// Need to modify the addTraceToErrl() function in errl.c when new trace buffer is added/removed
tracDesc_t g_trac_inf = (tracDesc_t) &g_trac_inf_buffer;
tracDesc_t g_trac_err = (tracDesc_t) &g_trac_err_buffer;
OpenPOWER on IntegriCloud