aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-trace.h')
-rw-r--r--sim/common/sim-trace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/sim-trace.h b/sim/common/sim-trace.h
index 6f1ea5f..0f616bf 100644
--- a/sim/common/sim-trace.h
+++ b/sim/common/sim-trace.h
@@ -394,7 +394,7 @@ do { \
if (TRACE_ALU_P (CPU)) \
trace_input0 (SD, CPU, TRACE_ALU_IDX); \
} while (0)
-
+
#define TRACE_ALU_INPUT1(V0) \
do { \
if (TRACE_ALU_P (CPU)) \
@@ -466,7 +466,7 @@ do { \
if (TRACE_FPU_P (CPU)) \
trace_input0 (SD, CPU, TRACE_FPU_IDX); \
} while (0)
-
+
#define TRACE_FP_INPUT1(V0) \
do { \
if (TRACE_FPU_P (CPU)) \
@@ -490,7 +490,7 @@ do { \
if (TRACE_FPU_P (CPU)) \
trace_input_word1 (SD, CPU, TRACE_FPU_IDX, (V0)); \
} while (0)
-
+
#define TRACE_FP_RESULT(R0) \
do { \
if (TRACE_FPU_P (CPU)) \