Closed zu2 closed 4 weeks ago
--- ../Fuzix-Compiler-Kit/be-func-6800.c 2024-10-24 17:13:18
+++ be-func-6800.c 2024-10-27 13:59:34
@@ -96,7 +96,7 @@
else {
/* Icky - can we do better remembering AB is live for
non void funcs */
- printf("\t%s __cleanup\n\t.word %u\n", jmp_op, argsize);
+ printf("\t%s __cleanupb\n\t.word %u\n", jsr_op, argsize);
}
unreachable = 1;
}
Thanks