aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/instruction.h')
-rw-r--r--qtmips_machine/instruction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/instruction.h b/qtmips_machine/instruction.h
index 1e44a1a..a93be65 100644
--- a/qtmips_machine/instruction.h
+++ b/qtmips_machine/instruction.h
@@ -33,6 +33,7 @@ public:
std::uint32_t data() const;
enum Type type() const;
bool is_store() const; // Store instructions requires some additional handling so identify them
+ bool is_break() const;
bool operator==(const Instruction &c) const;
bool operator!=(const Instruction &c) const;