stage2 sparcv9: Add list of preserved regs
This commit is contained in:
9
src/arch/sparcv9/abi.zig
Normal file
9
src/arch/sparcv9/abi.zig
Normal file
@@ -0,0 +1,9 @@
|
||||
const bits = @import("bits.zig");
|
||||
const Register = bits.Register;
|
||||
|
||||
// Register windowing mechanism will take care of preserving registers
|
||||
// so no need to do it manually
|
||||
pub const callee_preserved_regs = [_]Register{};
|
||||
|
||||
// pub const c_abi_int_param_regs = [_]Register{};
|
||||
// pub const c_abi_int_return_regs = [_]Register{};
|
||||
Reference in New Issue
Block a user