mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 10:39:33 +02:00
* fixed compilation of ppudump
This commit is contained in:
parent
1fce5121f3
commit
bf41245549
@ -2204,7 +2204,7 @@ var
|
||||
end; *)
|
||||
|
||||
const
|
||||
targetswitchname : array[ttargetswitch] of string[30] =
|
||||
targetswitchname : array[ttargetswitch] of string[37] =
|
||||
{ global target-specific switches }
|
||||
('Target None', {ts_none}
|
||||
{ generate code that results in smaller TOCs than normal (AIX) }
|
||||
@ -2249,7 +2249,8 @@ const
|
||||
'No exception support', {ts_wasm_no_exceptions}
|
||||
'Branchful exceptions support', {ts_wasm_bf_exceptions}
|
||||
'JavaScript-based exception support', {ts_wasm_js_exceptions}
|
||||
'Native WebAssembly exceptions support' {ts_wasm_native_exceptions}
|
||||
'Native WebAssembly exceptions support', {ts_wasm_native_exceptions}
|
||||
'WebAssembly threads support' {ts_wasm_threads}
|
||||
);
|
||||
moduleswitchname : array[tmoduleswitch] of string[40] =
|
||||
('Module None', {cs_modulenone,}
|
||||
|
Loading…
Reference in New Issue
Block a user