summaryrefslogtreecommitdiff
path: root/tcg/hppa
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/hppa')
-rw-r--r--tcg/hppa/tcg-target.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tcg/hppa/tcg-target.h b/tcg/hppa/tcg-target.h
index ed90efc146..ec9a7bf253 100644
--- a/tcg/hppa/tcg-target.h
+++ b/tcg/hppa/tcg-target.h
@@ -24,9 +24,7 @@
#define TCG_TARGET_HPPA 1
-#if defined(_PA_RISC1_1)
-#define TCG_TARGET_REG_BITS 32
-#else
+#if TCG_TARGET_REG_BITS != 32
#error unsupported
#endif