Merge branch 'mplamann'

Conflicts:
	public/vm/c0vm.js
This commit is contained in:
2015-04-20 22:17:59 -04:00
5 changed files with 162 additions and 47 deletions

View File

@@ -90,6 +90,7 @@ var Bc0File = function (filename) {
this.function_pool = [];
for (var i = 0; i < this.function_count; i++) {
this.function_pool.push(new FunctionInfo(stream));
this.function_pool[i].function_id = i;
}
this.native_count = stream.get_u2();