From 27a869869a20047bc1798a16bf87b3b4970c5f2d Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 15 Aug 2023 11:11:14 +0200 Subject: [PATCH] kill some hex --- include/primops.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/primops.s b/include/primops.s index ec3c79c..f532144 100644 --- a/include/primops.s +++ b/include/primops.s @@ -11,7 +11,7 @@ _primops_s_file: .thunkcode \name # push a thunk for collecting the first arg and set it as continuation thunkto %rsi, $\name\()_fini, $2, %rbp, %rsi - enter 0x10(%rbp) # evaluate arg1 + enter 020(%rbp) # evaluate arg1 # arg1 -> | ret | cont | .thunkcode \name\()_fini @@ -41,7 +41,7 @@ _primops_s_file: .thunkcode \name # push a thunk for collecting the first arg and set it as continuation thunkto %rsi, $\name\()_step1, $3, 030(%rbp), %rbp, %rsi - enter 0x10(%rbp) # evaluate arg1 + enter 020(%rbp) # evaluate arg1 # arg1 -> | arg2 | ret | cont | .thunkcode \name\()_step1