Added comparison operator for --break_on_instruction.

This commit is contained in:
gibbed
2016-06-19 21:01:18 -05:00
parent b5bef8c54d
commit 450ca87120
4 changed files with 50 additions and 15 deletions

View File

@@ -82,6 +82,7 @@ class PPCHIRBuilder : public hir::HIRBuilder {
Value* LoadReserved();
private:
void MaybeBreakOnInstruction(uint32_t address);
void AnnotateLabel(uint32_t address, Label* label);
PPCFrontend* frontend_;