| author | |
| committer | |
| log | 58349b2c8ebc57718bbfbf939c30b586d5c85466 |
| tree | e59e1df3b98cb880709a42308130bdf8932f2413 |
| parent | 8d872b018d7b3686080598fef3b0c4c992195c28 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/arch/aarch64/Mir.zig+1-1| ... | ... | @@ -168,7 +168,7 @@ pub const Inst = struct { |
| 168 | 168 | orr_shifted_register, |
| 169 | 169 | /// Pseudo-instruction: Pop multiple registers |
| 170 | 170 | pop_regs, |
| 171 | /// Psuedo-instruction: Push multiple registers | |
| 171 | /// Pseudo-instruction: Push multiple registers | |
| 172 | 172 | push_regs, |
| 173 | 173 | /// Return from subroutine |
| 174 | 174 | ret, |