We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5168b90 commit 2e3dd35Copy full SHA for 2e3dd35
1 file changed
src/crt/crt0.S
@@ -328,7 +328,7 @@ ___libload_libs_ret:
328
.global ___exithl
329
___exithl:
330
331
-#if HAS_ATEXIT || HAS_FINI_ARRAY || HAS_ABORT
+#if HAS_ATEXIT || HAS_FINI_ARRAY
332
push hl ; preserve exit status
333
#endif
334
; jr .L.exit_function_start
@@ -398,7 +398,7 @@ __Exit:
398
pop bc ; destroy return address
399
.L.skip.__Exit:
400
401
402
pop hl ; restore exit status
403
404
0 commit comments