diff options
| author | hovercats <hovercatswithlasereyes@protonmail.com> | 2024-02-03 13:42:53 +0100 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-02-07 20:50:18 -0800 |
| commit | 7e13023282615285d4148b04653fa26ad70ad94a (patch) | |
| tree | 72c091e473166795517b54bf2ae9ade83f70590d /pkg/nasm/gen.lua | |
| parent | 9101bb17ad7728880b41b9e5433354279bf24f45 (diff) | |
nasm: 2.16.01
Diffstat (limited to 'pkg/nasm/gen.lua')
| -rw-r--r-- | pkg/nasm/gen.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/nasm/gen.lua b/pkg/nasm/gen.lua index dcc3ec15..5dac362e 100644 --- a/pkg/nasm/gen.lua +++ b/pkg/nasm/gen.lua @@ -22,7 +22,7 @@ lib('libnasm.a', [[ nasmlib/( ver.c alloc.c asprintf.c errfile.c - crc64.c md5c.c + crc32.c crc64.c md5c.c string.c nctype.c file.c mmap.c ilog2.c realpath.c path.c @@ -50,7 +50,6 @@ lib('libnasm.a', [[ stdscan.c strfunc.c tokhash.c segalloc.c - preproc-nop.c rdstrnum.c srcfile.c ) @@ -60,7 +59,7 @@ lib('libnasm.a', [[ nulldbg.c nullout.c outbin.c outaout.c outcoff.c outelf.c - outobj.c outas86.c outrdf2.c + outobj.c outas86.c outdbg.c outieee.c outmacho.c codeview.c ) |
