mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
stage2: sparc64: Change branch_link Mir field definition
This commit is contained in:
parent
64b61f0740
commit
5b0134e3ed
@ -218,7 +218,7 @@ pub const Inst = struct {
|
||||
/// Used by e.g. call
|
||||
branch_link: struct {
|
||||
inst: Index,
|
||||
link: Register = .o7,
|
||||
// link is always %o7
|
||||
},
|
||||
|
||||
/// Branch with prediction, checking the integer status code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user