|
@@ -3870,6 +3870,10 @@ implementation
|
|
proctypeoption:=potype_none;
|
|
proctypeoption:=potype_none;
|
|
proccalloption:=pocall_none;
|
|
proccalloption:=pocall_none;
|
|
procoptions:=[];
|
|
procoptions:=[];
|
|
|
|
+{$ifdef i8086}
|
|
|
|
+ if current_settings.x86memorymodel in x86_far_code_models then
|
|
|
|
+ procoptions:=procoptions+[po_far];
|
|
|
|
+{$endif i8086}
|
|
returndef:=voidtype;
|
|
returndef:=voidtype;
|
|
savesize:=sizeof(pint);
|
|
savesize:=sizeof(pint);
|
|
callerargareasize:=0;
|
|
callerargareasize:=0;
|