summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbeut.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-02-04 07:51:33 +1100
committer Vas Crabb <vas@vastheman.com>2025-02-04 07:51:33 +1100
commit88a26bb8383d4449839af3bf8516eab1ce33f16c (patch)
tree995e68d47a7af445692f7c7415eb9d1820845c69 /src/devices/cpu/drcbeut.h
parentc6b97a6e23937edcf0e8c5c87873ec6dd06e7655 (diff)
cpu: Got rid of the rest of the static member function trampolines.
cpu/drcbearm64.cpp, cpu/drcbex64.cpp: Removed static trampoline fallbacks for get map variable value and debugger instrcution hook functions. cpu/drcbex86.cpp: Removed static trampolines for get map variable value and debugger instrcution hook functions. cpu/drcbex64.cpp: Corrected stack diagram in comment.
Diffstat (limited to 'src/devices/cpu/drcbeut.h')
-rw-r--r--src/devices/cpu/drcbeut.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/drcbeut.h b/src/devices/cpu/drcbeut.h
index 0fc8f12566e..05a4a78fdc2 100644
--- a/src/devices/cpu/drcbeut.h
+++ b/src/devices/cpu/drcbeut.h
@@ -98,9 +98,6 @@ public:
uint32_t get_value(drccodeptr codebase, uint32_t mapvar) const;
uint32_t get_last_value(uint32_t mapvar);
- // static accessors to be called directly by generated code
- static uint32_t static_get_value(drc_map_variables &map, drccodeptr codebase, uint32_t mapvar);
-
private:
// internal state
drc_cache & m_cache; // pointer to the cache