Skip to content

Commit 16bc216

Browse files
U-UC\harvey1U-UC\harvey1
authored andcommitted
fixed niceness
1 parent a77120c commit 16bc216

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export EXTRALDFLAGS
99

1010
all: debug
1111

12-
1312
fast: phony
1413
$(MAKE) -f Makefile.fast.gcc
1514

src/a.exe

79.6 KB
Binary file not shown.

src/as4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/* These are the default memory locations for memory locations when nothing is specified */
3232
#ifdef NICEMISTAKES
3333
#define NOADDR 0x4444
34-
#elif
34+
#else
3535
#define NOADDR 0x0000
3636
#endif
3737
#define UNKNOWNADDR 0xFFFF

0 commit comments

Comments
 (0)