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 9a59931 commit 00f7aa9Copy full SHA for 00f7aa9
src/crt/crt0.S
@@ -66,6 +66,7 @@ __header:
66
.equ ti.ClrTxtShd, 0x020818
67
68
.global __start
69
+ .type __start, @function
70
__start:
71
ld iy, ti.flags
72
ld sp, (ti.onSP) ; reset stacks
@@ -100,6 +101,7 @@ __start:
100
101
___app_start:
102
#else
103
104
105
106
107
#endif
@@ -321,6 +323,7 @@ ___libload_libs_ret:
321
323
322
324
.equ __start._main, $ - 3
325
.global ___exithl
326
+ .type ___exithl, @function
327
___exithl:
328
#if HAS_ATEXIT || HAS_FINI_ARRAY || HAS_ABORT
329
push hl
0 commit comments