diff options
author | Araq <rumpf_a@web.de> | 2014-03-26 01:00:34 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-03-26 01:00:34 +0100 |
commit | d15788d00a4007a80de4427f84129abe47fa4f11 (patch) | |
tree | 3dbe43bbca760f56bdb79c684f8d8af3bd60430f /compiler/vmdef.nim | |
parent | 9e66d988e7fc1f33b11a0b93be484361390bd095 (diff) | |
download | Nim-d15788d00a4007a80de4427f84129abe47fa4f11.tar.gz |
added #903 to the test suite
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 90ff8e29f..d0c38a2ad 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -126,6 +126,7 @@ type opcLdConst, # dest = constants[Bx] opcAsgnConst, # dest = copy(constants[Bx]) opcLdGlobal, # dest = globals[Bx] + opcLdGlobalAddr, # dest = addr(globals[Bx]) opcLdImmInt, # dest = immediate value opcNBindSym, |