Put mem manager in non-debug mode by default.

This commit is contained in:
Martin Haye 2014-01-26 16:48:55 -08:00
parent 0d8584743e
commit ca3181cb8e

View File

@ -32,7 +32,7 @@
jmp main_dispatch
jmp aux_dispatch
DEBUG = 1
DEBUG = 0
.include "../include/debug.i"
;------------------------------------------------------------------------------