aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/peripheral.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/peripheral.h')
-rw-r--r--qtmips_machine/peripheral.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_machine/peripheral.h b/qtmips_machine/peripheral.h
index 92df1d7..0effd47 100644
--- a/qtmips_machine/peripheral.h
+++ b/qtmips_machine/peripheral.h
@@ -57,7 +57,7 @@ signals:
public:
bool wword(std::uint32_t address, std::uint32_t value);
- std::uint32_t rword(std::uint32_t address) const;
+ std::uint32_t rword(std::uint32_t address, bool debug_access = false) const;
};
}