We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77819a9 + bb10349 commit 3516f8dCopy full SHA for 3516f8d
src/compiler/fbc.bas
@@ -2710,7 +2710,7 @@ private sub hCompileBas _
2710
'' was given (because for -gen gas, the FB backend's .asm output is also
2711
'' the final .asm which -RR is supposed to preserve).
2712
if( (not fbc.keepasm) and _
2713
- ((fbGetOption( FB_COMPOPT_BACKEND ) <> FB_BACKEND_GAS) or _
+ (((fbGetOption( FB_COMPOPT_BACKEND ) <> FB_BACKEND_GAS) and (fbGetOption( FB_COMPOPT_BACKEND ) <> FB_BACKEND_GAS64) ) or _
2714
(not fbc.keepfinalasm)) ) then
2715
fbcAddTemp( asmfile )
2716
end if
0 commit comments