GP-0: fixes for broken tests

This commit is contained in:
d-millar 2023-09-16 00:29:58 +00:00
parent 8cfd98f933
commit efd3f01041
2 changed files with 5 additions and 8 deletions

View file

@ -64,8 +64,8 @@ class ProcessState(object):
if thread is not None:
if first or thread not in self.visited:
commands.putreg()
commands.putmem("$pc", "1", from_tty=False)
commands.putmem("$sp", "1", from_tty=False)
commands.putmem("$pc", "1", display_result=False)
commands.putmem("$sp", "1", display_result=False)
commands.put_frames()
self.visited.add(thread)
frame = util.selected_frame()