diff --git a/crt/nt32/crte.s b/crt/nt32/crte.s index 56fa138..8f2573d 100644 --- a/crt/nt32/crte.s +++ b/crt/nt32/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 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