Merge branch 'mplamann'
Conflicts: public/vm/c0vm.js
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user