|
@@ -1924,12 +1924,10 @@ implementation
|
|
if (ref^.segment<>NR_NO) and (ref^.segment<>NR_DS) then
|
|
if (ref^.segment<>NR_NO) and (ref^.segment<>NR_DS) then
|
|
segprefix:=ref^.segment;
|
|
segprefix:=ref^.segment;
|
|
{$endif}
|
|
{$endif}
|
|
-{$ifdef extdebug}
|
|
|
|
if (cs_create_pic in current_settings.moduleswitches) and
|
|
if (cs_create_pic in current_settings.moduleswitches) and
|
|
assigned(r.symbol) and
|
|
assigned(r.symbol) and
|
|
(r.refaddr=addr_no) then
|
|
(r.refaddr=addr_no) then
|
|
internalerror(200502052);
|
|
internalerror(200502052);
|
|
-{$endif}
|
|
|
|
typ:=top_ref;
|
|
typ:=top_ref;
|
|
if assigned(add_reg_instruction_hook) then
|
|
if assigned(add_reg_instruction_hook) then
|
|
begin
|
|
begin
|