temporarily disable label-usage (find_label) in gbz80disasm

This commit is contained in:
Bryan Bishop
2012-05-31 02:02:41 -05:00
parent 8add342a85
commit 376f65a4fd

View File

@@ -581,6 +581,7 @@ load_labels()
def find_label(local_address, bank_id=0): def find_label(local_address, bank_id=0):
global all_labels global all_labels
return None
#keep an integer #keep an integer
if type(local_address) == str: if type(local_address) == str:
local_address1 = int(local_address.replace("$", "0x"), 16) local_address1 = int(local_address.replace("$", "0x"), 16)