mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 21:48:35 +02:00
* added 'word ptr' overrides, to avoid generating 32-bit instructions (due to a
bug in the i8086 internal assembler reader, which will be fixed later) git-svn-id: trunk@32872 -
This commit is contained in:
parent
a508f9e5d3
commit
72dc92e8b8
@ -247,7 +247,7 @@ Begin
|
||||
push bp
|
||||
int $33
|
||||
pop bp
|
||||
mov @Result, bx
|
||||
mov word ptr @Result, bx
|
||||
{$if defined(FPC_MM_TINY) or defined(FPC_MM_SMALL) or defined(FPC_MM_MEDIUM)}
|
||||
mov di, x
|
||||
mov [di], cx
|
||||
@ -279,7 +279,7 @@ begin
|
||||
push bp
|
||||
int $33
|
||||
pop bp
|
||||
mov @Result, bx
|
||||
mov word ptr @Result, bx
|
||||
{$if defined(FPC_MM_TINY) or defined(FPC_MM_SMALL) or defined(FPC_MM_MEDIUM)}
|
||||
mov di, x
|
||||
mov [di], cx
|
||||
|
Loading…
Reference in New Issue
Block a user