* fixed comparison of two procvars in the i8086 compact and medium memory models

git-svn-id: trunk@32166 -
This commit is contained in:
nickysn 2015-10-27 17:24:33 +00:00
parent e2740f0fd7
commit a159ebdbad

View File

@ -2116,8 +2116,8 @@ implementation
begin begin
if tprocvardef(rd).is_addressonly then if tprocvardef(rd).is_addressonly then
begin begin
inserttypeconv_internal(right,voidpointertype); inserttypeconv_internal(right,voidcodepointertype);
inserttypeconv_internal(left,voidpointertype); inserttypeconv_internal(left,voidcodepointertype);
end end
else else
begin begin