git-svn-id: branches/fixes_2_0@1345 -
@@ -33,7 +33,8 @@ type
S_FS,S_FL,S_FX,S_FV,S_FXX,
S_MD,
S_NEAR,S_FAR,S_SHORT,
- S_T
+ S_T,
+ S_XMM
);
{*****************************************************************************
@@ -59,8 +59,6 @@ Const
{ calling conventions supported by the code generator }
supported_calling_conventions : tproccalloptions = [
pocall_internproc,
- pocall_compilerproc,
- pocall_inline,
pocall_register,
pocall_safecall,
pocall_stdcall,