From bf4053fdf98c906f1e079ae0332cfaee35b8d071 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 30 Jan 2023 21:36:20 +0100 Subject: Align on halfwords instead of double words; use data/text boundary to distinguish hnfs and thunks --- snug-clean/src/Snug/Compile/ABI.dcl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'snug-clean/src/Snug/Compile/ABI.dcl') diff --git a/snug-clean/src/Snug/Compile/ABI.dcl b/snug-clean/src/Snug/Compile/ABI.dcl index 938a65e..6de2953 100644 --- a/snug-clean/src/Snug/Compile/ABI.dcl +++ b/snug-clean/src/Snug/Compile/ABI.dcl @@ -13,6 +13,8 @@ FrontPrintPtr :== S 1 BackEvalPtr :== S 2 FrontEvalPtr :== S 3 +TextEndDataStart :== S 7 + HeapPtr :== GP TempImm :== T 0 -- cgit v1.2.3