diff options
author | Christian Cunningham <cc@localhost> | 2024-11-02 16:33:11 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2024-11-02 16:33:11 -0700 |
commit | a69a84ee6ef6d4a93167d5d096f28b8b40ed1b86 (patch) | |
tree | cc71d77adc18fb0d67db30de59c4a4c0904f5093 /file.inc | |
parent | dabcffc1aeffd354ef3324a74d9592998f02ed51 (diff) |
Align structures
Diffstat (limited to 'file.inc')
-rw-r--r-- | file.inc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ endstruc section .bss %2_fd: resq 1 section .data + align 8 %2_filedata: istruc FileData at fd_fname, dq %2_fname |