mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-23 01:20:03 +00:00
Remove \x13 (^S) character that was likely added by mistake.
r287386 added a \x13 character inside a string literal. Most likely this was by mistake, so remove it. Differential Revision: https://reviews.llvm.org/D26973 llvm-svn: 287862
This commit is contained in:
parent
f20b0a744f
commit
ecd760ca6e
@ -979,7 +979,7 @@ public:
|
||||
"current or specified thread. Stops when returning from "
|
||||
"the current function as a safety measure. "
|
||||
"The target line number(s) are given as arguments, and if more than one"
|
||||
" is provided, stepping will stop when the first one is hit.",
|
||||
" is provided, stepping will stop when the first one is hit.",
|
||||
nullptr,
|
||||
eCommandRequiresThread | eCommandTryTargetAPILock |
|
||||
eCommandProcessMustBeLaunched | eCommandProcessMustBePaused),
|
||||
|
Loading…
x
Reference in New Issue
Block a user