Implement gkernel: Part 1 (#150)

* start gkernel implementation

* progress

* more of kernel

* swap to new dispatcher, will it work on windows

* update
This commit is contained in:
water111
2020-12-05 17:09:46 -05:00
committed by GitHub
parent 90e5c023f1
commit 06918e1fea
30 changed files with 2492 additions and 235 deletions
+4
View File
@@ -81,4 +81,8 @@ TEST_F(VariableTests, Bitfields) {
TEST_F(VariableTests, InlineAsm) {
runner.run_static_test(env, testCategory, "inline-asm.static.gc", {"1\n"});
}
TEST_F(VariableTests, StaticBitfieldField) {
runner.run_static_test(env, testCategory, "static-bitfield-field.gc", {"22\n"});
}