[Libre-soc-bugs] [Bug 730] adapt ALU test cases to include expected results
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Nov 25 08:21:07 GMT 2021
https://bugs.libre-soc.org/show_bug.cgi?id=730
--- Comment #54 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to vklr at vkten.in from comment #53)
> For this comment and comment #51, made the code short. Checked it by
> running, it passes.
270 if imm < 0:
271 value =+ 2**64
^^
should have been:
> > if imm < 0:
> > value += 2**64
^^
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list