mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 07:59:27 +02:00
* 8086: Fixed an internal error for cases like FarPtr2 := FarPointer($12345678) + int16;
git-svn-id: trunk@46477 -
This commit is contained in:
parent
075057f929
commit
2186846ab1
@ -448,7 +448,7 @@ interface
|
||||
pointernode: tnode;
|
||||
begin
|
||||
pass_left_right;
|
||||
force_reg_left_right(false,true);
|
||||
force_reg_left_right(true,true);
|
||||
set_result_location_reg;
|
||||
|
||||
if (left.resultdef.typ=pointerdef) and (right.resultdef.typ<>pointerdef) then
|
||||
|
Loading…
Reference in New Issue
Block a user