Skip to content

Commit

Permalink
stage2: sparc64: Fix CompareOperator <-> ICondition mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
koachan committed Jun 6, 2022
1 parent 135b91a commit 38aa431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/sparc64/bits.zig
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ pub const Instruction = union(enum) {
.gt => .gu,
.neq => .ne,
.lt => .cs,
.lte => .le,
.lte => .leu,
.eq => .eq,
};
}
Expand Down

0 comments on commit 38aa431

Please sign in to comment.