* Only go32v2,linux,freebsd

This commit is contained in:
peter 2003-10-29 15:37:23 +00:00
parent f94315f041
commit 4456f5cde6

View File

@ -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;