repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forward compatibility: build relative-base link libraries where needed
[AROS.git]
/
arch
/
x86_64-all
/
exec
/
taskexit.S
blob
1961a3023f5b14d1c2b557b6a5558578e89550b1
1
# Copyright © 2011, The AROS Development Team. All rights reserved.
2
# $Id$
3
#
4
# Desc: Stack-realigning exit stub for x86-64
5
# Lang: english
6
7
.text
8
.align 16
9
.globl TaskExitStub
10
.type TaskExitStub, @function
11
12
TaskExitStub:
13
add $16, %rsp
14
ret
15
.size TaskExitStub, .-TaskExitStub