mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 10:09:31 +01:00
* removed pocall_mwpascal from pushleftright_pocalls (caused putting
record results in the wrong register) git-svn-id: trunk@3987 -
This commit is contained in:
parent
28720c4173
commit
6ebdce7f05
@ -420,7 +420,7 @@ const
|
||||
pocall_cdecl,pocall_cppdecl,pocall_syscall
|
||||
];
|
||||
|
||||
pushleftright_pocalls : tproccalloptions = [pocall_register,pocall_pascal,pocall_mwpascal];
|
||||
pushleftright_pocalls : tproccalloptions = [pocall_register,pocall_pascal];
|
||||
|
||||
SymTypeName : array[tsymtyp] of string[12] = (
|
||||
'abstractsym','globalvar','localvar','paravar','fieldvar',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user