summaryrefslogtreecommitdiff
path: root/cglin.c
diff options
context:
space:
mode:
Diffstat (limited to 'cglin.c')
-rw-r--r--cglin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cglin.c b/cglin.c
index 79de288..b19802e 100644
--- a/cglin.c
+++ b/cglin.c
@@ -1972,7 +1972,7 @@ void i_mtctr (int register_1)
i_new_instruction (IRTS,0,0);
}
-# ifdef I486
+# if defined (I486) || defined (ARM)
void i_rts_i (int offset)
{
struct instruction *instruction;