summaryrefslogtreecommitdiff
path: root/sim/gdbstub.py
diff options
context:
space:
mode:
Diffstat (limited to 'sim/gdbstub.py')
-rw-r--r--sim/gdbstub.py1
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():