mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +00:00
add lr register to mips
This commit is contained in:
parent
c2fa961b63
commit
af084e537a
@ -2062,6 +2062,8 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) {
|
|||||||
/// addresses other than those derived from input pointer provenance.
|
/// addresses other than those derived from input pointer provenance.
|
||||||
memory: bool = false,
|
memory: bool = false,
|
||||||
|
|
||||||
|
lr: bool = false,
|
||||||
|
|
||||||
hi: bool = false,
|
hi: bool = false,
|
||||||
lo: bool = false,
|
lo: bool = false,
|
||||||
ac0: bool = false,
|
ac0: bool = false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user