diff options
author | 2025-02-04 07:51:33 +1100 | |
---|---|---|
committer | 2025-02-04 07:51:33 +1100 | |
commit | 88a26bb8383d4449839af3bf8516eab1ce33f16c (patch) | |
tree | 995e68d47a7af445692f7c7415eb9d1820845c69 /src/devices/cpu/drcbeut.h | |
parent | c6b97a6e23937edcf0e8c5c87873ec6dd06e7655 (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.h | 3 |
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 |