* fix for the wasm section directive writing

git-svn-id: branches/wasm@46841 -
This commit is contained in:
nickysn 2020-09-11 15:09:06 +00:00
parent c69dce34c4
commit 15cdc6b856

View File

@ -552,6 +552,11 @@ implementation
begin
if (atype in [sec_stub]) then
writer.AsmWrite('.section ');
end;
system_wasm32_wasi,
system_wasm32_wasm:
begin
writer.AsmWrite('.section ');
end
else
begin