diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/klee/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp index 49a15b51..0b4c0d3a 100644 --- a/tools/klee/main.cpp +++ b/tools/klee/main.cpp @@ -810,7 +810,7 @@ void externalsAndGlobalsCheck(const Module *m) { if (isa<InlineAsm>(ci->getCalledValue())) { klee_warning_once(&*fnIt, "function \"%s\" has inline asm", - fnIt->getName().c_str()); + fnIt->getName().data()); } } } |