| author | |
| committer | |
| log | 5b0134e3edd87d3818cd68e2ae6cb70a454a5c3b |
| tree | 0be17005bf4cc15b77842b99710f9c116da6d927 |
| parent | 64b61f07405e964a4dda98cc99118094eda08d69 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/arch/sparc64/Mir.zig+1-1| ... | ... | @@ -218,7 +218,7 @@ pub const Inst = struct { |
| 218 | 218 | /// Used by e.g. call |
| 219 | 219 | branch_link: struct { |
| 220 | 220 | inst: Index, |
| 221 | link: Register = .o7, | |
| 221 | // link is always %o7 | |
| 222 | 222 | }, |
| 223 | 223 | |
| 224 | 224 | /// Branch with prediction, checking the integer status code |