mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:10:19 +02:00
* fix compilation of ppudump
This commit is contained in:
parent
d35a2f53e7
commit
9b2726fe31
@ -2239,7 +2239,7 @@ var
|
||||
end; *)
|
||||
|
||||
const
|
||||
targetswitchname : array[ttargetswitch] of string[37] =
|
||||
targetswitchname : array[ttargetswitch] of string[77] =
|
||||
{ global target-specific switches }
|
||||
('Target None', {ts_none}
|
||||
{ generate code that results in smaller TOCs than normal (AIX) }
|
||||
@ -2285,7 +2285,8 @@ const
|
||||
'Branchful exceptions support', {ts_wasm_bf_exceptions}
|
||||
'JavaScript-based exception support', {ts_wasm_js_exceptions}
|
||||
'Native WebAssembly exceptions support', {ts_wasm_native_exceptions}
|
||||
'WebAssembly threads support' {ts_wasm_threads}
|
||||
'WebAssembly threads support', {ts_wasm_threads}
|
||||
'Use WebAssembly saturating (nontrapping) float to int conversion instructions' {ts_wasm_saturating_float_to_int}
|
||||
);
|
||||
moduleswitchname : array[tmoduleswitch] of string[40] =
|
||||
('Module None', {cs_modulenone,}
|
||||
|
Loading…
Reference in New Issue
Block a user