mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/nios2: Remove mmu_read_debug
This functionality can be had via plugins, if desired. In the meantime, it is unused code. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
36eae3a732
commit
1fb877a467
5 changed files with 0 additions and 44 deletions
|
@ -21,7 +21,6 @@
|
|||
DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, noreturn, env, i32)
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
DEF_HELPER_2(mmu_read_debug, void, env, i32)
|
||||
DEF_HELPER_3(mmu_write, void, env, i32, i32)
|
||||
DEF_HELPER_1(check_interrupts, void, env)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue