This commit is contained in:
2025-11-18 22:35:00 -07:00
parent e068539ea1
commit df127af3d8
2 changed files with 39 additions and 10 deletions

View File

@@ -63,7 +63,6 @@ fn test_function_declaration_with_spillover_params() -> anyhow::Result<()> {
get ra db r0
sub sp sp 2
j ra
main:
"}
);
@@ -90,7 +89,6 @@ fn test_function_declaration_with_register_params() -> anyhow::Result<()> {
get ra db r0
sub sp sp 1
j ra
main:
"}
);