mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* as_wasm_wabt_info renamed as_wasm_wasa_info
This commit is contained in:
parent
3e036e4ff8
commit
75e061e06f
@ -1090,7 +1090,7 @@ implementation
|
||||
|
||||
|
||||
const
|
||||
as_wasm_wabt_info : tasminfo =
|
||||
as_wasm_wasa_info : tasminfo =
|
||||
(
|
||||
id : as_wasm32_wasa;
|
||||
idtxt : 'WASA';
|
||||
@ -1105,6 +1105,6 @@ implementation
|
||||
);
|
||||
|
||||
initialization
|
||||
RegisterAssembler(as_wasm_wabt_info, TWabtTextAssembler);
|
||||
RegisterAssembler(as_wasm_wasa_info, TWabtTextAssembler);
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user