| author | |
| committer | |
| log | 38aa431e03b19897a7c3c8505f66f4305d8c29b2 |
| tree | 4ce79174bf5faec5ac641d36f567e4c58655a87f |
| parent | 135b91aecd9be1f6f5806b667e07e383dd481198 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/arch/sparc64/bits.zig+1-1| ... | @@ -644,7 +644,7 @@ pub const Instruction = union(enum) { | ... | @@ -644,7 +644,7 @@ pub const Instruction = union(enum) { |
| 644 | .gt => .gu, | 644 | .gt => .gu, |
| 645 | .neq => .ne, | 645 | .neq => .ne, |
| 646 | .lt => .cs, | 646 | .lt => .cs, |
| 647 | .lte => .le, | 647 | .lte => .leu, |
| 648 | .eq => .eq, | 648 | .eq => .eq, |
| 649 | }; | 649 | }; |
| 650 | } | 650 | } |