- removed pocall_mwpascal from the supported calling conventions of the i8086

code generator

git-svn-id: trunk@38937 -
This commit is contained in:
nickysn 2018-05-06 14:40:08 +00:00
parent 4fbc658184
commit eb95dcb85f
2 changed files with 2 additions and 7 deletions

View File

@ -104,8 +104,7 @@ Const
pocall_cdecl,
pocall_cppdecl,
pocall_far16,
pocall_pascal,
pocall_mwpascal
pocall_pascal
];
cputypestr : array[tcputype] of string[10] = ('',

View File

@ -164,9 +164,7 @@ unit cpupara;
else
result:=
(not(calloption in (cdecl_pocalls)) and
(def.size>sizeof(aint))) or
((calloption = pocall_mwpascal) and
(varspez=vs_const));
(def.size>sizeof(aint)));
end;
arraydef :
begin
@ -215,7 +213,6 @@ unit cpupara;
pocall_safecall,
pocall_stdcall,
pocall_cppdecl,
pocall_mwpascal,
pocall_far16,
pocall_pascal :
result:=[RS_AX,RS_DX,RS_CX,RS_SI,RS_DI,RS_BX];
@ -250,7 +247,6 @@ unit cpupara;
pocall_safecall,
pocall_stdcall,
pocall_cppdecl,
pocall_mwpascal,
pocall_far16,
pocall_pascal :
result:=saveregs_pascal;