Add another kernel test, fix small bugs (#156)

* temp

* run function in process test

* windows debug

* debug

* update

* update

* again

* update

* fix same bug in debugger
This commit is contained in:
water111
2020-12-10 20:26:40 -05:00
committed by GitHub
parent e05f3ceefc
commit ba919a069c
10 changed files with 131 additions and 22 deletions
-1
View File
@@ -1060,7 +1060,6 @@ u64 call_method_of_type(u32 arg, Ptr<Type> type, u32 method_id) {
}
// throw std::runtime_error("call_method_of_type failed!\n");
printf("[ERROR] call_method_of_type failed!\n");
printf("type is %s\n", info(type->symbol)->str->data());
return arg;
}