summaryrefslogtreecommitdiff
path: root/avx512-0037785/compiler/ppcgen/ngppcinl.pas
diff options
context:
space:
mode:
Diffstat (limited to 'avx512-0037785/compiler/ppcgen/ngppcinl.pas')
-rw-r--r--avx512-0037785/compiler/ppcgen/ngppcinl.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/avx512-0037785/compiler/ppcgen/ngppcinl.pas b/avx512-0037785/compiler/ppcgen/ngppcinl.pas
index 1e4c8ae4da..996bf284d9 100644
--- a/avx512-0037785/compiler/ppcgen/ngppcinl.pas
+++ b/avx512-0037785/compiler/ppcgen/ngppcinl.pas
@@ -176,7 +176,7 @@ implementation
tmpreg: tregister;
begin
if (current_settings.cputype < cpu_PPC970) then
- internalerror(2007020910);
+ internalerror(2007020901);
secondpass(left);
hlcg.location_force_fpureg(current_asmdata.CurrAsmList,left.location,left.resultdef,true);
tmpreg:=cg.getfpuregister(current_asmdata.CurrAsmList,OS_F64);