We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77120c commit 16bc216Copy full SHA for 16bc216
3 files changed
src/Makefile
@@ -9,7 +9,6 @@ export EXTRALDFLAGS
9
10
all: debug
11
12
-
13
fast: phony
14
$(MAKE) -f Makefile.fast.gcc
15
src/a.exe
79.6 KB
src/as4.h
@@ -31,7 +31,7 @@
31
/* These are the default memory locations for memory locations when nothing is specified */
32
#ifdef NICEMISTAKES
33
#define NOADDR 0x4444
34
-#elif
+#else
35
#define NOADDR 0x0000
36
#endif
37
#define UNKNOWNADDR 0xFFFF
0 commit comments