diff options
Diffstat (limited to 'qtmips_machine/core.h')
-rw-r--r-- | qtmips_machine/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_machine/core.h b/qtmips_machine/core.h index f70a19d..1c44550 100644 --- a/qtmips_machine/core.h +++ b/qtmips_machine/core.h @@ -245,7 +245,7 @@ protected: struct dtExecute execute(const struct dtDecode&); struct dtMemory memory(const struct dtExecute&); void writeback(const struct dtMemory&); - bool handle_pc(const struct dtDecode&); + bool handle_pc(const struct dtDecode&, std::int32_t rel_adj = 0); enum ExceptionCause memory_special(enum AccessControl memctl, int mode, bool memread, bool memwrite, |