aboutsummaryrefslogtreecommitdiff
path: root/mips.c
diff options
context:
space:
mode:
Diffstat (limited to 'mips.c')
-rw-r--r--mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mips.c b/mips.c
index 8e3c047..abb86ab 100644
--- a/mips.c
+++ b/mips.c
@@ -107,7 +107,7 @@ int mips_to_reg(COpr_t opr, int reg0) {
}
else if (opr->kind == IMMF)
{
- printf("\tla $%d, %s\n", reg0, opr->info.str);
+ printf("\tla $%d, _func_%s\n", reg0, opr->info.str);
return reg0;
}
if (opr->reg != -1) return cinterv_repr(opr)->reg;