diff options
Diffstat (limited to 'target-sparc/op_helper.c')
-rw-r--r-- | target-sparc/op_helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index 2f88f4c1e3..947a55ad15 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -29,8 +29,6 @@ do { printf("MXCC: " fmt , ##args); } while (0) #ifdef DEBUG_ASI #define DPRINTF_ASI(fmt, args...) \ do { printf("ASI: " fmt , ##args); } while (0) -#else -#define DPRINTF_ASI(fmt, args...) do {} while (0) #endif #ifdef TARGET_SPARC64 |