diff options
Diffstat (limited to 'thread_macho64/startup.s')
-rw-r--r-- | thread_macho64/startup.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/thread_macho64/startup.s b/thread_macho64/startup.s new file mode 100644 index 0000000..b5713f2 --- /dev/null +++ b/thread_macho64/startup.s @@ -0,0 +1,6 @@ + + .set PROFILE,0 + .set TRACE,0 + + .include "astartup.s" + |