oops
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Jan 2002 17:09:14 +0000 (17:09 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Jan 2002 17:09:14 +0000 (17:09 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1811 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/xa51/gen.c
src/xa51/gen.o [deleted file]
src/xa51/main.o [deleted file]
src/xa51/port.a [deleted file]
src/xa51/ralloc.o [deleted file]

index 40427b9c3200d14c5ad3f859bc4832daf0bcb8b3..fa2823bdb8a87b388a2f06a274eb7ceb2ebf2d69 100755 (executable)
@@ -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 (file)
index 2105af6..0000000
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 (file)
index 305d8cd..0000000
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 (file)
index 5d6cc01..0000000
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 (file)
index 6e686e8..0000000
Binary files a/src/xa51/ralloc.o and /dev/null differ