Skip to content

Commit 688ec13

Browse files
joevtdingusdev
authored andcommitted
ppcexec: Initialize int_pin.
Problems happen if this is true after a restart.
1 parent ed28c8e commit 688ec13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpu/ppc/ppcexec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,7 @@ void ppc_cpu_init(MemCtrlBase* mem_ctrl, uint32_t cpu_version, bool do_include_6
808808
{
809809
mem_ctrl_instance = mem_ctrl;
810810

811+
int_pin = false;
811812
std::memset(&ppc_state, 0, sizeof(ppc_state));
812813
set_host_rounding_mode(0);
813814

0 commit comments

Comments
 (0)