aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Driver.ml')
-rw-r--r--driver/Driver.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/Driver.ml b/driver/Driver.ml
index 3e327437..7311215d 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -415,10 +415,10 @@ let cmdline_actions =
(* Target processor options *)
Exact "-conf", String (fun _ -> ()); (* Ignore option since it is already handled *)
Exact "-target", String (fun _ -> ());] @ (* Ignore option since it is already handled *)
- if Configuration.arch = "arm" then
+ (if Configuration.arch = "arm" then
[ Exact "-mthumb", Set option_mthumb;
Exact "-marm", Unset option_mthumb; ]
- else [] @
+ else []) @
(* Assembling options *)
assembler_actions @
(* Linking options *)