authorgravatar for koachan@protonmail.comKoakuma <koachan@protonmail.com> 2022-06-29 21:48:50+07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-09-14 16:57:31-07:00
log5b0134e3edd87d3818cd68e2ae6cb70a454a5c3b
tree0be17005bf4cc15b77842b99710f9c116da6d927
parent64b61f07405e964a4dda98cc99118094eda08d69

stage2: sparc64: Change branch_link Mir field definition


1 files changed, 1 insertions(+), 1 deletions(-)

src/arch/sparc64/Mir.zig+1-1
...@@ -218,7 +218,7 @@ pub const Inst = struct {...@@ -218,7 +218,7 @@ pub const Inst = struct {
218 /// Used by e.g. call218 /// Used by e.g. call
219 branch_link: struct {219 branch_link: struct {
220 inst: Index,220 inst: Index,
221 link: Register = .o7,221 // link is always %o7
222 },222 },
223223
224 /// Branch with prediction, checking the integer status code224 /// Branch with prediction, checking the integer status code