|
@@ -2352,8 +2352,10 @@ unit cgx86;
|
|
begin
|
|
begin
|
|
srcref:=source;
|
|
srcref:=source;
|
|
dstref:=dest;
|
|
dstref:=dest;
|
|
|
|
+{$ifndef i8086}
|
|
make_simple_ref(list,srcref);
|
|
make_simple_ref(list,srcref);
|
|
make_simple_ref(list,dstref);
|
|
make_simple_ref(list,dstref);
|
|
|
|
+{$endif not i8086}
|
|
cm:=copy_move;
|
|
cm:=copy_move;
|
|
helpsize:=3*sizeof(aword);
|
|
helpsize:=3*sizeof(aword);
|
|
if cs_opt_size in current_settings.optimizerswitches then
|
|
if cs_opt_size in current_settings.optimizerswitches then
|