commit 94d70bdb69d4459ea522bcef2bc02a56f5a92091 (tree)
parent 94a84e783e32169268809e4aa4bdbfdff92d81e9
Author: Koakuma <koachan@protonmail.com>
Date: Fri, 1 Apr 2022 19:30:37 +0700
stage2: sparcv9: Change ordering in Mir Tag
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/arch/sparcv9/Mir.zig b/src/arch/sparcv9/Mir.zig
@@ -37,14 +37,14 @@ pub const Inst = struct {
/// It uses the nop field.
nop,
+ /// A.45 RETURN
+ /// It uses the arithmetic_2op field.
+ @"return",
+
/// A.46 SAVE and RESTORE
/// Those uses the arithmetic_3op field.
save,
restore,
-
- /// A.45 RETURN
- /// It uses the arithmetic_2op field.
- @"return",
};
/// The position of an MIR instruction within the `Mir` instructions array.