authorgravatar for koachan@protonmail.comKoakuma <koachan@protonmail.com> 2022-05-26 19:48:50+07:00
committergravatar for koachan@protonmail.comKoakuma <koachan@protonmail.com> 2022-06-06 20:34:52+07:00
log38aa431e03b19897a7c3c8505f66f4305d8c29b2
tree4ce79174bf5faec5ac641d36f567e4c58655a87f
parent135b91aecd9be1f6f5806b667e07e383dd481198

stage2: sparc64: Fix CompareOperator <-> ICondition mapping


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 }