Skip to content

Commit

Permalink
gas64 : fix stupid change
Browse files Browse the repository at this point in the history
  • Loading branch information
SARG-FB committed Jun 29, 2023
1 parent ab3c3d5 commit 697f895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/ir-gas64.bas
Expand Up @@ -3339,7 +3339,7 @@ private sub bop_float( _

'' Check for parity flag (if needed),
'' disregard if '-fpmode fast' command line option is used
if( env.clopt.fpmode <> FB_FPMODE_FAST ) then
if( len(parity) > 0 ) then
asm_code( parity )
end if

Expand Down

0 comments on commit 697f895

Please sign in to comment.