diff options
author | John van Groningen | 2011-04-04 12:26:23 +0000 |
---|---|---|
committer | John van Groningen | 2011-04-04 12:26:23 +0000 |
commit | efa180162c0186f3b1ce299c6ea3c821c71e40f0 (patch) | |
tree | 6a67db3981102c6080e6a9e0b3508b9d27fe572e /macho64/startupTrace.s | |
parent | add directory for 64 bit Intel Mac OS X version (diff) |
port to 64 bit Intel Mac OS X version
Diffstat (limited to 'macho64/startupTrace.s')
-rw-r--r-- | macho64/startupTrace.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/macho64/startupTrace.s b/macho64/startupTrace.s new file mode 100644 index 0000000..1738171 --- /dev/null +++ b/macho64/startupTrace.s @@ -0,0 +1,6 @@ + + .set PROFILE,1 + .set TRACE,1 + + .include "astartup.s" + |