mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* call fpc_iocheck via hlcg.g_call_system_proc()
git-svn-id: branches/hlcgllvm@28204 -
This commit is contained in:
parent
2dfbee45b1
commit
d8394fc89c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user