mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
* fixed bug in assembling some 32-bit instructions on the i8086 target (e.g.
mov dword ptr [something], ebx) git-svn-id: trunk@37430 -
This commit is contained in:
parent
f6a867ef04
commit
d96558cd64
@ -1262,7 +1262,7 @@ begin
|
||||
if siz=S_FAR then
|
||||
asize:=OT_FAR
|
||||
else
|
||||
asize:=OT_BITS16;
|
||||
asize:=OT_BITS32;
|
||||
{$else i8086}
|
||||
asize:=OT_BITS32;
|
||||
{$endif i8086}
|
||||
|
Loading…
Reference in New Issue
Block a user