summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-01-07 02:38:26 +0100
committerAraq <rumpf_a@web.de>2017-01-07 02:38:26 +0100
commit9d488261dfafd90870f46e5b361dc55df301ff16 (patch)
tree357d620e297885f95f7edbb5aa189cf5a87e0aea /compiler/vmdef.nim
parenta17d996be9a7dd9086a1a4707486dd6b213ed632 (diff)
downloadNim-9d488261dfafd90870f46e5b361dc55df301ff16.tar.gz
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim
index 7fb35e890..263ec8378 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -181,6 +181,7 @@ type
     ra*, rb*, rc*: Natural
     slots*: pointer
     currentException*: PNode
+    currentLineInfo*: TLineInfo
   VmCallback* = proc (args: VmArgs) {.closure.}
 
   PCtx* = ref TCtx