]> git.saurik.com Git - apple/libc.git/blobdiff - arm/pthreads/start_wqthread.s
Libc-825.24.tar.gz
[apple/libc.git] / arm / pthreads / start_wqthread.s
index 3cf471e26ec260acc1fc1eff13bbd71d958710e9..79bb28e148a2c483924b339904c2f4e964ce658f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2009, 2011 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
         .align 2
         .globl _start_wqthread
 _start_wqthread:
-    stmfd sp!, {r4, r5}
+       stmfd sp!, {r4, r5}
        bl __pthread_wqthread
+
+// Stackshots will show the routine that happens to link immediately following
+// _start_wqthread.  So we add an extra instruction (nop) to make stackshots
+// more readable.
+        nop