From a7adc0af074826a4c68c7395d2abfd4b931955df Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 7 Dec 2022 20:04:15 -0600 Subject: Make the cycle limit optional --- sim/gdbstub.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/gdbstub.py') diff --git a/sim/gdbstub.py b/sim/gdbstub.py index 75c15cb..c01a4a7 100644 --- a/sim/gdbstub.py +++ b/sim/gdbstub.py @@ -1,5 +1,6 @@ import sys, socket +cycles = None start_halted = True def init(): -- cgit v1.2.3