X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=91b6f3506ab2207c109da724a0149ebe216ee2e8;hp=835e9e04e344cea2d96ffe44f5a4fc032343eb83;hb=1cb16865ed1cc6889b121c3ec7320543cb3760f2;hpb=2839b145ae987b823227ba569e140f413b84b303 diff --git a/bin/blhc b/bin/blhc index 835e9e0..91b6f35 100755 --- a/bin/blhc +++ b/bin/blhc @@ -62,7 +62,7 @@ my @source_preprocess_compile = ( ); my @source_preprocess_no_compile = ( # Assembly - qw( s ), + qw( S sx ), ); my @source_preprocess = ( @source_preprocess_compile, @@ -87,7 +87,7 @@ my @source_no_preprocess_compile = ( ); my @source_no_preprocess_no_compile = ( # Assembly - qw( S sx ), + qw( s ), ); my @source_no_preprocess = ( @source_no_preprocess_compile,