From a69a84ee6ef6d4a93167d5d096f28b8b40ed1b86 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 2 Nov 2024 16:33:11 -0700 Subject: Align structures --- monad.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'monad.inc') diff --git a/monad.inc b/monad.inc index 97c6cd3..4193dc4 100644 --- a/monad.inc +++ b/monad.inc @@ -13,6 +13,8 @@ endstruc ;; %1 = Name ;; %2 = Address of Structure ;; %3 = Something > 0, Nothing = 0 + section .data + align 8 m_%1: istruc MaybeMonad at mm_v, dq %2 ; The address of the MaybeMonad-wrapped structure -- cgit v1.2.1