|
@@ -490,7 +490,9 @@ interface
|
|
);
|
|
);
|
|
|
|
|
|
{ Default calling convention }
|
|
{ Default calling convention }
|
|
-{$ifdef x86}
|
|
|
|
|
|
+{$if defined(i8086)}
|
|
|
|
+ pocall_default = pocall_register;
|
|
|
|
+{$elseif defined(i386) or defined(x86_64)}
|
|
pocall_default = pocall_register;
|
|
pocall_default = pocall_register;
|
|
{$else}
|
|
{$else}
|
|
pocall_default = pocall_stdcall;
|
|
pocall_default = pocall_stdcall;
|