From 82a2270921c204d2b11441e09861d113da83ecd3 Mon Sep 17 00:00:00 2001 From: Andrea Mattavelli Date: Mon, 13 Feb 2017 11:58:10 +0000 Subject: Increased the type size for the stop-after-n-instructions option to avoid too strict limitations --- lib/Core/Executor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index c369b864..f8211bfe 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -290,7 +290,7 @@ namespace { clEnumValEnd), cl::ZeroOrMore); - cl::opt + cl::opt StopAfterNInstructions("stop-after-n-instructions", cl::desc("Stop execution after specified number of instructions (default=0 (off))"), cl::init(0)); -- cgit 1.4.1