Clean up files in kernel (#625)

* clean up gcommon

* cleanup kernel
This commit is contained in:
water111
2021-06-25 17:55:50 -04:00
committed by GitHub
parent 9e6dec9829
commit bfc1173ed5
9 changed files with 760 additions and 768 deletions
-4
View File
@@ -102,10 +102,6 @@ const std::unordered_set<std::string> g_functions_to_skip_compiling = {
"lognor",
// weird PS2 specific debug registers:
"breakpoint-range-set!",
// does weird stuff with the type system.
"print",
"printl",
"inspect",
// inline assembly
"valid?",