Browse Source

* Typo in previous commit

git-svn-id: trunk@23639 -
sergei 12 years ago
parent
commit
69c8f6cf7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/mips/cgcpu.pas

+ 1 - 1
compiler/mips/cgcpu.pas

@@ -714,7 +714,7 @@ begin
   end;
   href:=ref;
   make_simple_ref(list,href);
-  list.concat(taicpu.op_reg_ref(op,reg,ref));
+  list.concat(taicpu.op_reg_ref(op,reg,href));
 end;