Merge pull request #53 from markspanbroek/fix-example
Fix import in example
This commit is contained in:
commit
5040ad0d1c
|
@ -1,4 +1,4 @@
|
||||||
import ../nimbus/vm/code_stream, ../nimbus/opcode_values, strformat
|
import ../nimbus/vm/code_stream, ../nimbus/vm/interpreter/opcode_values, strformat
|
||||||
|
|
||||||
var c = newCodeStreamFromUnescaped("0x6003600202600055")
|
var c = newCodeStreamFromUnescaped("0x6003600202600055")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue