Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2024-07-03 23:59:03 +02:00
4 changed files with 10 additions and 10 deletions

View File

@@ -511,7 +511,7 @@ typedef struct {
o.sym_entry.strx = 1
ffi.copy(o.space+1, symname)
-- Write Macho-O object file.
-- Write Mach-O object file.
local fp = savefile(output, "wb")
fp:write(ffi.string(o, mach_size))
bcsave_tail(fp, output, s)