From 32d71ef9f25b4cebb2ae95b4f528bbc02f62ea31 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 29 Oct 2023 23:04:01 +0100 Subject: [PATCH] shorter --- fibs.s | 4 ++-- 1 file 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