Skip to content

Commit

Permalink
Remove dead flag
Browse files Browse the repository at this point in the history
  • Loading branch information
thaliaarchi committed Nov 1, 2024
1 parent 8caceab commit dc2a5ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,8 @@ enum {
UNBUFFERED_OUTPUT = 2048,
EXIT_STATUS = 4096,
SEQ = 16384,
RUN_TESTS = 32768,
/* debugging only */
DUMP_DISASM = 65536,
DUMP_DISASM = 32768,
};

enum {
Expand Down

0 comments on commit dc2a5ce

Please sign in to comment.