diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-07 20:04:15 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-07 20:04:23 -0600 |
| commit | a7adc0af074826a4c68c7395d2abfd4b931955df (patch) | |
| tree | e9db6027bf690ad17e66a97334a52e7f8790d36f /sim/gdbstub.py | |
| parent | c39552375661e495b344e8386649ade92a4d45b2 (diff) | |
Make the cycle limit optional
Diffstat (limited to '')
| -rw-r--r-- | sim/gdbstub.py | 1 |
1 files changed, 1 insertions, 0 deletions
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(): |
