diff options
Diffstat (limited to 'crt/nt64')
-rw-r--r-- | crt/nt64/crte.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crt/nt64/crte.s b/crt/nt64/crte.s index 9753213..69daee4 100644 --- a/crt/nt64/crte.s +++ b/crt/nt64/crte.s @@ -10,6 +10,7 @@ __dso_main_routine: ret .weak dso_main_routine + .def dso_main_routine; .scl 2; .type 32; .endef .set dso_main_routine,__dso_main_routine .section .midipix |