mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
* Only go32v2,linux,freebsd
This commit is contained in:
parent
f94315f041
commit
4456f5cde6
@ -23,7 +23,8 @@ procedure tobj.testx;
|
||||
begin
|
||||
asm
|
||||
mov ax,3
|
||||
mov word ptr[x],ax
|
||||
mov edx,SELF
|
||||
mov word ptr[edx+x],ax
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user