From 7f0f21b1fc2a6cf5dc19d0db80ec3afba024e291 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 1 Feb 2014 13:55:48 -0500 Subject: Get rid of globals.asm This breaks the build until labels are exported again! --- preprocessor.py | 1 - 1 file changed, 1 deletion(-) (limited to 'preprocessor.py') diff --git a/preprocessor.py b/preprocessor.py index b9165e60e..ed79259d2 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -66,7 +66,6 @@ def setup_processor(): def main(): processor = setup_processor() processor.preprocess() - processor.update_globals() # only run against stdin when not included as a module if __name__ == "__main__": -- cgit v1.2.3