mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 00:10:37 +02:00
* fix for the wasm section directive writing
git-svn-id: branches/wasm@46841 -
This commit is contained in:
parent
c69dce34c4
commit
15cdc6b856
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user