mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
Merge branch 'nasm-2.15.xx'
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
@@ -612,8 +612,8 @@ int rdfwriteheader(FILE * fp, rdf_headerbuf * h)
|
||||
|
||||
l = membuflength(h->buf);
|
||||
l2 = l + 14 + 10 * h->nsegments + h->seglength;
|
||||
fwriteint32_t(l, fp);
|
||||
fwriteint32_t(l2, fp);
|
||||
fwriteint32_t(l2, fp); /* object length */
|
||||
fwriteint32_t(l, fp); /* header length */
|
||||
|
||||
membufdump(h->buf, fp);
|
||||
|
||||
|
Reference in New Issue
Block a user