Explorar o código

+ added mwpascal as supported calling convention

git-svn-id: trunk@3275 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
3360e21bd8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      compiler/i386/cpuinfo.pas

+ 2 - 1
compiler/i386/cpuinfo.pas

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