aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-03 07:05:24 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-03 07:05:24 +0800
commit605a03dfbdf2d018f91a29dad8145a9647e1b10f (patch)
tree2a73309f1b2364e01c911ace3a966559e030a065
parent72aee2b8f63707e9b699f4cf74fe96c6547efbd8 (diff)
...
-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;