summaryrefslogtreecommitdiff
path: root/sux.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-06-22 17:56:52 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2020-06-22 17:56:52 -0400
commit887802efcdb3b56263069cc6778a8f53ed89d599 (patch)
treecdbf377712e1a92a629e7699589ea1db689860fa /sux.c
parentda19d2f59353ade607c715ed9ab7b81ba1407411 (diff)
Did some more stuff.
- Fixed some bugs in the emulator's assembler. - Worked on SuBAsm's lexer some more. - Created a new directory for the SuB suite, and moved all of the SuB suite's files in there.
Diffstat (limited to 'sux.c')
-rw-r--r--sux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sux.c b/sux.c
index 49ec881..a2fc04b 100644
--- a/sux.c
+++ b/sux.c
@@ -579,7 +579,7 @@ int main(int argc, char **argv) {
}
} else {
#if debug
- subdbg = !strcmp(argv[1], "programs/subeditor.s");
+ subdbg = !strcmp(argv[1], "programs/sub-suite/subeditor.s");
#endif
if (asmmon(argv[1]) == 2) {
return 0;