|
@@ -646,8 +646,8 @@ implementation
|
|
|
else if tmp[i].tempsize = 8 then writer.AsmWrite('i64');
|
|
|
writer.AsmWrite(')');
|
|
|
|
|
|
- writer.AsmWriteLn(#9+asminfo^.comment+'Temp '+tostr(tai_tempalloc(hp).temppos)+','+
|
|
|
- tostr(tai_tempalloc(hp).tempsize)+' '+tempallocstr[tai_tempalloc(hp).allocation]);
|
|
|
+ writer.AsmWriteLn(#9+asminfo^.comment+'Temp '+tostr(tmp[i].temppos)+','+
|
|
|
+ tostr(tmp[i].tempsize)+' '+tempallocstr[tmp[i].allocation]);
|
|
|
|
|
|
writer.AsmLn;
|
|
|
end;
|