aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/peripheral.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/peripheral.cpp')
-rw-r--r--qtmips_machine/peripheral.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtmips_machine/peripheral.cpp b/qtmips_machine/peripheral.cpp
index ac74c2a..9e922b8 100644
--- a/qtmips_machine/peripheral.cpp
+++ b/qtmips_machine/peripheral.cpp
@@ -55,7 +55,8 @@ bool SimplePeripheral::wword(std::uint32_t address, std::uint32_t value) {
return true;
}
-std::uint32_t SimplePeripheral::rword(std::uint32_t address) const {
+std::uint32_t SimplePeripheral::rword(std::uint32_t address, bool debug_access) const {
+ (void)debug_access;
std::uint32_t value = 0x12345678;
#if 0
printf("SimplePeripheral::rword address 0x%08lx\n",