| author | |
| committer | |
| log | 94d70bdb69d4459ea522bcef2bc02a56f5a92091 |
| tree | 379c84fd401ebb611d69ff85de13eae65e40a0a0 |
| parent | 94a84e783e32169268809e4aa4bdbfdff92d81e9 |
1 files changed, 4 insertions(+), 4 deletions(-)
src/arch/sparcv9/Mir.zig+4-4| ... | ... | @@ -37,14 +37,14 @@ pub const Inst = struct { |
| 37 | 37 | /// It uses the nop field. |
| 38 | 38 | nop, |
| 39 | 39 | |
| 40 | /// A.45 RETURN | |
| 41 | /// It uses the arithmetic_2op field. | |
| 42 | @"return", | |
| 43 | ||
| 40 | 44 | /// A.46 SAVE and RESTORE |
| 41 | 45 | /// Those uses the arithmetic_3op field. |
| 42 | 46 | save, |
| 43 | 47 | restore, |
| 44 | ||
| 45 | /// A.45 RETURN | |
| 46 | /// It uses the arithmetic_2op field. | |
| 47 | @"return", | |
| 48 | 48 | }; |
| 49 | 49 | |
| 50 | 50 | /// The position of an MIR instruction within the `Mir` instructions array. |