diff options
Diffstat (limited to 'crt/nt32')
-rw-r--r-- | crt/nt32/crte.s | 1 |
1 files changed, 1 insertions, 0 deletions
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 |