4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-27 01:27:21 +08:00
Martin Erik Werner 775e529689 or1k: Correct longjmp return value
Invert equality check instruction to correct the return value handling
in longjmp.

The return value should be the value of the second argument to longjmp,
unless the argument value was 0 in which case it should be 1.

Previously, longjmp would set return value 1 if the second argument was
non-zero, and 0 if it was 0, which was incorrect.
2020-10-14 10:53:55 -04:00
..
2020-10-14 10:53:55 -04:00
2016-07-04 14:17:10 +01:00
2016-07-04 17:13:55 +01:00