mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* need a size for the asm operand for newer binutils
This commit is contained in:
parent
be8e9ae57e
commit
65cd4ecab8
@ -14,7 +14,7 @@ begin
|
||||
asm
|
||||
mov edi,$12345678
|
||||
mov edi,x
|
||||
mov [edi],78
|
||||
mov dword ptr [edi],78
|
||||
end;
|
||||
{$else cpui386}
|
||||
x:=$78;
|
||||
|
Loading…
Reference in New Issue
Block a user