mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 16:50:25 +02:00
------------------------------------------------------------------------
r40155 | jonas | 2018-11-01 20:39:38 +0000 (Thu, 01 Nov 2018) | 1 line * fixed compilation with -O3 (one false positive, one real error) ------------------------------------------------------------------------ --- Merging r40155 into '.': C compiler/riscv { not present in fixes branch } U compiler/sparcgen/ncpumat.pas --- Recording mergeinfo for merge of r40155 into '.': U . Summary of conflicts: Tree conflicts: 1 git-svn-id: branches/fixes_3_2@49419 -
This commit is contained in:
parent
1ed2a3e055
commit
9cd5a5b916
@ -156,6 +156,7 @@ implementation
|
||||
|
||||
if (nodetype = modn) then
|
||||
begin
|
||||
overflowlabel:=nil;
|
||||
if not no_overflow then
|
||||
begin
|
||||
current_asmdata.getjumplabel(overflowlabel);
|
||||
|
Loading…
Reference in New Issue
Block a user