mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
* fixed ti8086vecnode.get_address_type not returning result
git-svn-id: branches/wasm@48377 -
This commit is contained in:
parent
71f5fd320a
commit
f5d75423b9
@ -189,7 +189,7 @@ implementation
|
||||
|
||||
function ti8086vecnode.get_address_type: tdef;
|
||||
begin
|
||||
tx86pointerdef(cpointerdef).getreusablex86(resultdef,x86pt_near);
|
||||
result:=tx86pointerdef(cpointerdef).getreusablex86(resultdef,x86pt_near);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user