mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
Output end data marker to correct file.
This commit is contained in:
parent
032c3eafdd
commit
cf5b7b0fb3
@ -23,7 +23,7 @@ data(Dat *d)
|
||||
if (dbg)
|
||||
return;
|
||||
if (d->type == DEnd) {
|
||||
puts("/* end data */\n");
|
||||
fputs("/* end data */\n", outf);
|
||||
freeall();
|
||||
}
|
||||
emitdat(d, outf);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user