mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 05:20:42 +02:00
* fixed comparison of two procvars in the i8086 compact and medium memory models
git-svn-id: trunk@32166 -
This commit is contained in:
parent
e2740f0fd7
commit
a159ebdbad
@ -2116,8 +2116,8 @@ implementation
|
||||
begin
|
||||
if tprocvardef(rd).is_addressonly then
|
||||
begin
|
||||
inserttypeconv_internal(right,voidpointertype);
|
||||
inserttypeconv_internal(left,voidpointertype);
|
||||
inserttypeconv_internal(right,voidcodepointertype);
|
||||
inserttypeconv_internal(left,voidcodepointertype);
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user