mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
stage2: codegen: refactor to always have comptime arch
This commit is contained in:
parent
596ca6cf70
commit
ef9aeb6ac4
File diff suppressed because it is too large
Load Diff
@ -67,4 +67,7 @@ pub const Register = enum(u8) {
|
||||
}
|
||||
};
|
||||
|
||||
// zig fmt: on
|
||||
// zig fmt: on
|
||||
|
||||
/// These registers belong to the called function.
|
||||
pub const callee_preserved = [_]Register{ rax, rcx, rdx, rsi, rdi, r8, r9, r10, r11 };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user