summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/CommandLineOptions.ssc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/CommandLineOptions.ssc b/Source/Core/CommandLineOptions.ssc
index 2a9307bc..d60e7323 100644
--- a/Source/Core/CommandLineOptions.ssc
+++ b/Source/Core/CommandLineOptions.ssc
@@ -1332,7 +1332,7 @@ namespace Microsoft.Boogie
OwnershipModelEncoding = OwnershipModelOption.Trivial;
}
- if (MonomorphicArrays) {
+ if (UseArrayTheory) {
Monomorphize = true;
}