Explorar o código

* fixed ti8086vecnode.get_address_type not returning result

git-svn-id: branches/wasm@48377 -
nickysn %!s(int64=4) %!d(string=hai) anos
pai
achega
f5d75423b9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/i8086/n8086mem.pas

+ 1 - 1
compiler/i8086/n8086mem.pas

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