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