diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Internal/Module/KInstruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/Internal/Module/KInstruction.h b/include/klee/Internal/Module/KInstruction.h index a81e8d8f..31720430 100644 --- a/include/klee/Internal/Module/KInstruction.h +++ b/include/klee/Internal/Module/KInstruction.h @@ -44,7 +44,7 @@ namespace klee { public: virtual ~KInstruction(); - std::string printFileLine() const; + std::string getSourceLocation() const; }; |