Merge pull request #53 from markspanbroek/fix-example

Fix import in example
This commit is contained in:
Yuriy Glukhov 2018-06-20 11:07:24 +03:00 committed by GitHub
commit 5040ad0d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")