aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/machpower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmach/machpower.c')
-rw-r--r--src/libmach/machpower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmach/machpower.c b/src/libmach/machpower.c
index 701e9c65..141645a6 100644
--- a/src/libmach/machpower.c
+++ b/src/libmach/machpower.c
@@ -570,7 +570,7 @@ sub(Opcode *o, Instr *i)
bprint(i, "\tR%d,$%d,R%d", i->ra, i->simm, i->rd);
}
-#define div qdiv
+#define div power_div
static void
div(Opcode *o, Instr *i)