diff options
author | yenatch <yenatch@gmail.com> | 2014-02-01 13:55:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-01 13:55:48 -0500 |
commit | 7f0f21b1fc2a6cf5dc19d0db80ec3afba024e291 (patch) | |
tree | 71fcf0a5ffecca5ade5d5c148147a5312db3c859 /preprocessor.py | |
parent | 65efbe55e7648b6aa1a122155222e73b74dc31c1 (diff) |
Get rid of globals.asm
This breaks the build until labels are exported again!
Diffstat (limited to 'preprocessor.py')
-rw-r--r-- | preprocessor.py | 1 |
1 files changed, 0 insertions, 1 deletions
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__": |