diff options
Diffstat (limited to 'nx-X11/util/memleak/sparcstack.s')
-rw-r--r-- | nx-X11/util/memleak/sparcstack.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nx-X11/util/memleak/sparcstack.s b/nx-X11/util/memleak/sparcstack.s new file mode 100644 index 000000000..a67114f24 --- /dev/null +++ b/nx-X11/util/memleak/sparcstack.s @@ -0,0 +1,11 @@ +# $Xorg: sparcstack.s,v 1.3 2000/08/17 19:55:20 cpqbld Exp $ + .seg "text" + .proc 16 + .globl _getStackPointer +_getStackPointer: + retl + mov %sp,%o0 + .globl _getFramePointer +_getFramePointer: + retl + mov %fp,%o0 |