You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lm32: Make setjmp return '1' when longjmp is passed '0'
When the application calls longjmp with '0', the library is supposed
to replace that with '1' when returning from setjmp.
Signed-off-by: Keith Packard <[email protected]>
0 commit comments