* fixed wrong tmpref usage as mentioned by Pierre on the mailing list

git-svn-id: trunk@17754 -
This commit is contained in:
florian 2011-06-14 18:48:22 +00:00
parent 9d5e446914
commit ce76ce8769

View File

@ -236,7 +236,7 @@ unit cgcpu;
(cs_create_pic in current_settings.moduleswitches)) then
begin
tmpreg:=getaddressregister(list);
a_loadaddr_ref_reg(list,tmpref,tmpreg);
a_loadaddr_ref_reg(list,r,tmpreg);
list.concat(taicpu.op_reg(A_PUSH,opsize,tmpreg));
end
else if cs_create_pic in current_settings.moduleswitches then