* call fpc_iocheck via hlcg.g_call_system_proc()

git-svn-id: branches/hlcgllvm@28204 -
This commit is contained in:
Jonas Maebe 2014-07-12 22:14:11 +00:00
parent 2dfbee45b1
commit d8394fc89c

View File

@ -1176,9 +1176,7 @@ implementation
(right=nil) and
not(po_virtualmethod in procdefinition.procoptions) then
begin
cg.allocallcpuregisters(current_asmdata.CurrAsmList);
cg.a_call_name(current_asmdata.CurrAsmList,'FPC_IOCHECK',false);
cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_iocheck',[],nil).resetiftemp;
end;
end;