diff --git a/src/system/libroot/posix/arch/x86/siglongjmp.S b/src/system/libroot/posix/arch/x86/siglongjmp.S index 8660c140a4..022890131c 100644 --- a/src/system/libroot/posix/arch/x86/siglongjmp.S +++ b/src/system/libroot/posix/arch/x86/siglongjmp.S @@ -21,8 +21,8 @@ FUNCTION(_longjmp): /* If value is 0, setjmp() must return 1. */ test %eax, %eax - mov $1, %eax jnz 1f + mov $1, %eax 1: // restore registers