forgot to commit these
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
pub struct FunctionContext {
|
||||
name: String,
|
||||
|
||||
stack_offset: i32,
|
||||
|
||||
registers: [(Register, bool); 16],
|
||||
}
|
||||
Reference in New Issue
Block a user