Commit 38aa431e03
Changed files (1)
src
arch
sparc64
src/arch/sparc64/bits.zig
@@ -644,7 +644,7 @@ pub const Instruction = union(enum) {
.gt => .gu,
.neq => .ne,
.lt => .cs,
- .lte => .le,
+ .lte => .leu,
.eq => .eq,
};
}