From 78f393d28eb243aa00e003feeee928091d5f174f Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 24 Feb 2014 17:27:16 +0000 Subject: Improved help message for make-concrete-symbolic and fixed some typos. --- lib/Core/Executor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index bf672bb7..070f825e 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -2911,11 +2911,11 @@ ref Executor::replaceReadWithSymbolic(ExecutionState &state, if (!n || replayOut || replayPath) return e; - // right now, we don't replace symbolics (is there any reason too?) + // right now, we don't replace symbolics (is there any reason to?) if (!isa(e)) return e; - if (n != 1 && random() % n) + if (n != 1 && random() % n) return e; // create a new fresh location, assert it is equal to concrete value in e -- cgit 1.4.1