forgot to commit these

This commit is contained in:
2026-02-10 16:37:33 +00:00
parent 8361833b1c
commit 75ad04cf95
3 changed files with 803 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
pub struct FunctionContext {
name: String,
stack_offset: i32,
registers: [(Register, bool); 16],
}