mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-06 10:25:27 +00:00
ppc: remove two unused global variables
Last use of grab_return was removed inf204caa907
. grab_breakpoint was added in2bd717e293
but never used.
This commit is contained in:
@@ -303,8 +303,6 @@ extern unsigned exec_flags;
|
||||
|
||||
extern jmp_buf exc_env;
|
||||
|
||||
extern bool grab_return;
|
||||
|
||||
enum Po_Cause : int {
|
||||
po_none,
|
||||
po_starting_up,
|
||||
|
@@ -62,9 +62,6 @@ Po_Cause power_off_reason = po_enter_debugger;
|
||||
|
||||
SetPRS ppc_state;
|
||||
|
||||
bool grab_return;
|
||||
bool grab_breakpoint;
|
||||
|
||||
uint32_t ppc_cur_instruction; // Current instruction for the PPC
|
||||
uint32_t ppc_next_instruction_address; // Used for branching, setting up the NIA
|
||||
|
||||
|
@@ -1395,7 +1395,6 @@ void dppc_interpreter::ppc_rfi() {
|
||||
|
||||
mmu_change_mode();
|
||||
|
||||
grab_return = true;
|
||||
exec_flags = EXEF_RFI;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user