From: johanknol Date: Thu, 17 Jan 2002 17:09:14 +0000 (+0000) Subject: oops X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5187439e012ebae038b7f75b933129aa725534f4;p=fw%2Fsdcc oops git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1811 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/xa51/gen.c b/src/xa51/gen.c index 40427b9c..fa2823bd 100755 --- a/src/xa51/gen.c +++ b/src/xa51/gen.c @@ -312,7 +312,7 @@ char *opRegName(operand *op, int offset, char *opName) { if (IS_SYMOP(op)) { if (OP_SYMBOL(op)->onStack) { - sprintf (aop->name[0], "[r7+%d+0+%d+%d]", sym->stack, + sprintf (opName, "[r7+%d+0+%d+%d]", OP_SYMBOL(op)->stack, FUNC_ISISR(currFunc->type) ? 6 : 4, _G.nRegsSaved); return opName; } diff --git a/src/xa51/gen.o b/src/xa51/gen.o deleted file mode 100644 index 2105af63..00000000 Binary files a/src/xa51/gen.o and /dev/null differ diff --git a/src/xa51/main.o b/src/xa51/main.o deleted file mode 100644 index 305d8cdf..00000000 Binary files a/src/xa51/main.o and /dev/null differ diff --git a/src/xa51/port.a b/src/xa51/port.a deleted file mode 100644 index 5d6cc01b..00000000 Binary files a/src/xa51/port.a and /dev/null differ diff --git a/src/xa51/ralloc.o b/src/xa51/ralloc.o deleted file mode 100644 index 6e686e8a..00000000 Binary files a/src/xa51/ralloc.o and /dev/null differ