summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/system/debugger.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/debugger.nim b/lib/system/debugger.nim
index 6d5e2d648..564f080d1 100755
--- a/lib/system/debugger.nim
+++ b/lib/system/debugger.nim
@@ -55,7 +55,7 @@ var
                         # in it
   dbgState: TDbgState   # state of debugger
   dbgBP: array[0..127, TDbgBreakpoint] # breakpoints
-  dbgBPlen: int = 0
+  dbgBPlen: int
 
   dbgSkipToFrame: PFrame # frame to be skipped to