asmcup / runtime

Runtime and compiler for the Assembly Cup
https://asmcup.github.io
MIT License
139 stars 11 forks source link

Decompiler gives "null" for unused functions #194

Closed MLanghof closed 7 years ago

MLanghof commented 7 years ago

Decompiling db8 #$f4 (function 61, which is unused) yields L00: null.

Unless we name one of the unused functions null, this is not acceptable.

MLanghof commented 7 years ago

Fixed by #198.