mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 07:31:20 +02:00
* fixed code generation of indirect far calls and jumps on the i8086 from the
inline assembler git-svn-id: trunk@31946 -
This commit is contained in:
parent
b3c2765da9
commit
910003848c
@ -1187,7 +1187,10 @@ begin
|
||||
asize:=OT_BITS16;
|
||||
OS_32,OS_S32 :
|
||||
{$ifdef i8086}
|
||||
asize:=OT_BITS16;
|
||||
if siz=S_FAR then
|
||||
asize:=OT_FAR
|
||||
else
|
||||
asize:=OT_BITS16;
|
||||
{$else i8086}
|
||||
asize:=OT_BITS32;
|
||||
{$endif i8086}
|
||||
|
Loading…
Reference in New Issue
Block a user