aboutsummaryrefslogtreecommitdiff
path: root/sim/common/cgen-cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/cgen-cpu.h')
-rw-r--r--sim/common/cgen-cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/cgen-cpu.h b/sim/common/cgen-cpu.h
index d65e0db..6b0f85c 100644
--- a/sim/common/cgen-cpu.h
+++ b/sim/common/cgen-cpu.h
@@ -105,6 +105,6 @@ typedef struct {
/* Shorthand macro for fetching registers.
CPU_CGEN_HW is defined in cpu.h. */
-#define CPU(x) (CPU_CGEN_HW (current_cpu)->x)
+//#define CPU(x) (CPU_CGEN_HW (current_cpu)->x)
#endif /* CGEN_CPU_H */