diff options
author | Araq <rumpf_a@web.de> | 2013-12-13 21:29:35 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-12-13 21:29:35 +0100 |
commit | f095e51275a2780ac3e69509c3bb0b75c1c324fb (patch) | |
tree | 3948b967257ff8655cb22a057715be00295c1613 /compiler/vmdef.nim | |
parent | 8c553fa8a2e9476c67c6348bf64c02ea0f19a679 (diff) | |
download | Nim-f095e51275a2780ac3e69509c3bb0b75c1c324fb.tar.gz |
more tests work
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index b2b900f66..b4b787798 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -101,7 +101,6 @@ type opcRaise, opcNChild, opcNSetChild, - opcNBindSym, # opcodes for the AST manipulation following opcCallSite, opcNewStr, @@ -120,6 +119,7 @@ type opcAsgnConst, # dest = copy(constants[Bx]) opcLdGlobal, # dest = globals[Bx] opcLdImmInt, # dest = immediate value + opcNBindSym, opcWrGlobal, opcWrGlobalRef, opcGlobalAlias, # load an alias to a global into a register |