diff options
Diffstat (limited to 'include/lldb/API/SBInstruction.h')
-rw-r--r-- | include/lldb/API/SBInstruction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/API/SBInstruction.h b/include/lldb/API/SBInstruction.h index c4bded595761..2bacc2b97746 100644 --- a/include/lldb/API/SBInstruction.h +++ b/include/lldb/API/SBInstruction.h @@ -60,6 +60,9 @@ public: bool DoesBranch (); + bool + HasDelaySlot (); + void Print (FILE *out); |