diff options
Diffstat (limited to 'target-mips/op_template.c')
-rw-r--r-- | target-mips/op_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/op_template.c b/target-mips/op_template.c index f3a05ade65..148656eb2a 100644 --- a/target-mips/op_template.c +++ b/target-mips/op_template.c @@ -82,7 +82,7 @@ SET_RESET(T2, _T2) #undef SET_RESET -#ifdef TARGET_MIPS64 +#if defined(TARGET_MIPSN32) || defined(TARGET_MIPS64) #define SET64(treg, tregname) \ void glue(op_set64, tregname)(void) \ { \ |