File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
saw-central/src/SAWCentral/Crucible/LLVM Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ import SAWCentral.Crucible.LLVM.Override
218218import SAWCentral.Crucible.LLVM.ResolveSetupValue
219219import SAWCentral.Crucible.LLVM.MethodSpecIR
220220import SAWCentral.Panic (panic )
221+ import qualified Lang.Crucible.LLVM.Globals as Crucible
221222
222223type AssumptionReason = (MS. ConditionMetadata , String )
223224
@@ -1760,7 +1761,7 @@ setupLLVMCrucibleContext pathSat lm action =
17601761 bindings (Crucible. llvmExtensionImpl ? memOpts)
17611762 Common. SAWCruciblePersonality
17621763 mem <- Crucible. populateConstGlobals bak (view Crucible. globalInitMap mtrans)
1763- =<< Crucible. initializeMemoryConstGlobals bak ctx llvm_mod
1764+ =<< Crucible. initializeAllMemory bak ctx llvm_mod
17641765
17651766 let globals = Crucible. llvmGlobals (Crucible. llvmMemVar ctx) mem
17661767
You can’t perform that action at this time.
0 commit comments