Get rid of globals.asm

This breaks the build until labels are exported again!
This commit is contained in:
yenatch
2014-02-01 13:55:48 -05:00
parent 65efbe55e7
commit 7f0f21b1fc
4 changed files with 5 additions and 14 deletions

View File

@ -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__":