authorgravatar for koachan@protonmail.comKoakuma <koachan@protonmail.com> 2022-04-01 19:30:37+07:00
committergravatar for koachan@protonmail.comKoakuma <koachan@protonmail.com> 2022-04-14 22:18:05+07:00
log94d70bdb69d4459ea522bcef2bc02a56f5a92091
tree379c84fd401ebb611d69ff85de13eae65e40a0a0
parent94a84e783e32169268809e4aa4bdbfdff92d81e9

stage2: sparcv9: Change ordering in Mir Tag


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

src/arch/sparcv9/Mir.zig+4-4
......@@ -37,14 +37,14 @@ pub const Inst = struct {
3737 /// It uses the nop field.
3838 nop,
3939
40 /// A.45 RETURN
41 /// It uses the arithmetic_2op field.
42 @"return",
43
4044 /// A.46 SAVE and RESTORE
4145 /// Those uses the arithmetic_3op field.
4246 save,
4347 restore,
44
45 /// A.45 RETURN
46 /// It uses the arithmetic_2op field.
47 @"return",
4848 };
4949
5050 /// The position of an MIR instruction within the `Mir` instructions array.