aboutsummaryrefslogtreecommitdiff
path: root/fibs.s
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-10-29 23:04:01 +0100
committerMirek Kratochvil <exa.exa@gmail.com>2023-10-29 23:04:01 +0100
commit32d71ef9f25b4cebb2ae95b4f528bbc02f62ea31 (patch)
treec4ae6dff9e4864e0ce44bbe97fbd85710e46ee80 /fibs.s
parent9209d53449082cb6a5c3fb2ccb15d2448f1b55bf (diff)
downloaduskel-32d71ef9f25b4cebb2ae95b4f528bbc02f62ea31.tar.gz
uskel-32d71ef9f25b4cebb2ae95b4f528bbc02f62ea31.tar.bz2
shorter
Diffstat (limited to 'fibs.s')
-rw-r--r--fibs.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/fibs.s b/fibs.s
index 3d35544..84ebc6b 100644
--- a/fibs.s
+++ b/fibs.s
@@ -30,8 +30,8 @@
.thunkcode fibs0
thunkto %r12, $INT_code, $1
thunkto %r11, $INT_code, $0
- thunkto %rbp, $fibs, $2, %r11, %r12
- enter_rbp
+ thunk $fibs, $2, %r11, %r12
+ enter %rsp
.thunkcode main
thunkto %r12, $fibs0, $0