Skip to content
Snippets Groups Projects
Commit 8fc860d7 authored by Michal Štěpánek's avatar Michal Štěpánek
Browse files

Accommodate for changes in calling structure of bc interpreter

parent 1f592dc3
No related branches found
No related tags found
1 merge request!3Task2 odevzdání
......@@ -120,7 +120,7 @@ int main ( int argc, char **argv ) {
if ( bc_interpreter ) {
VM vm;
vm_init ( &vm, heap_size * 1024 * 1024 );
bc_interpret ( &vm, file_str );
vm_interpret ( &vm, file_str );
vm_destroy ( &vm );
}
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment