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 {...@@ -37,14 +37,14 @@ pub const Inst = struct {
37 /// It uses the nop field.37 /// It uses the nop field.
38 nop,38 nop,
3939
40 /// A.45 RETURN
41 /// It uses the arithmetic_2op field.
42 @"return",
43
40 /// A.46 SAVE and RESTORE44 /// A.46 SAVE and RESTORE
41 /// Those uses the arithmetic_3op field.45 /// Those uses the arithmetic_3op field.
42 save,46 save,
43 restore,47 restore,
44
45 /// A.45 RETURN
46 /// It uses the arithmetic_2op field.
47 @"return",
48 };48 };
4949
50 /// The position of an MIR instruction within the `Mir` instructions array.50 /// The position of an MIR instruction within the `Mir` instructions array.