mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
Basic Inline Assembly (#149)
* basic inline assembly support * fix rlet * clean up detail in IR and update documentation
This commit is contained in:
@@ -77,4 +77,8 @@ TEST_F(VariableTests, StackVars) {
|
||||
TEST_F(VariableTests, Bitfields) {
|
||||
runner.run_static_test(env, testCategory, "bitfield-enums.gc", {"5\n"});
|
||||
runner.run_static_test(env, testCategory, "integer-enums.gc", {"11\n"});
|
||||
}
|
||||
|
||||
TEST_F(VariableTests, InlineAsm) {
|
||||
runner.run_static_test(env, testCategory, "inline-asm.static.gc", {"1\n"});
|
||||
}
|
||||
Reference in New Issue
Block a user