diff options
author | Araq <rumpf_a@web.de> | 2012-01-29 23:04:07 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-29 23:04:07 +0100 |
commit | a7e9ae55f4b3a71207c2cee2189e2cc584591d22 (patch) | |
tree | 5e37b192a1307210371263d2465dc02ae971bd43 /lib/system/debugger.nim | |
parent | 4b952336325121be20557ecfb224a10dcaab49d0 (diff) | |
download | Nim-a7e9ae55f4b3a71207c2cee2189e2cc584591d22.tar.gz |
tlsEmulation:on for windows/GCC
Diffstat (limited to 'lib/system/debugger.nim')
-rwxr-xr-x | lib/system/debugger.nim | 2 |
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 |