Skip to content

Commit 3516f8d

Browse files
authored
Merge pull request #301 from SARG-FB/gas64_rev
gas64 : -RR option allows also to keep a64 files
2 parents 77819a9 + bb10349 commit 3516f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/fbc.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,7 @@ private sub hCompileBas _
27102710
'' was given (because for -gen gas, the FB backend's .asm output is also
27112711
'' the final .asm which -RR is supposed to preserve).
27122712
if( (not fbc.keepasm) and _
2713-
((fbGetOption( FB_COMPOPT_BACKEND ) <> FB_BACKEND_GAS) or _
2713+
(((fbGetOption( FB_COMPOPT_BACKEND ) <> FB_BACKEND_GAS) and (fbGetOption( FB_COMPOPT_BACKEND ) <> FB_BACKEND_GAS64) ) or _
27142714
(not fbc.keepfinalasm)) ) then
27152715
fbcAddTemp( asmfile )
27162716
end if

0 commit comments

Comments
 (0)