pass vba and registers into get_stack

This commit is contained in:
Bryan Bishop 2013-09-21 19:32:15 -05:00
parent 975eb02175
commit fc3b2ded89

View File

@ -85,7 +85,7 @@ def call(bank, address, vba=vba, registers=registers):
else:
registers["pc"] = address
def get_stack():
def get_stack(vba=vba, registers=registers):
"""
Return a list of functions on the stack.
"""