ppu/sys_interrupt: add stack_reset command to fix sys_interrupt stack overflowing

This commit is contained in:
Jake 2018-03-05 20:36:33 -06:00 committed by Ivan
parent 3a9428a88e
commit 7bbadfd08b
3 changed files with 7 additions and 0 deletions

View file

@ -16,6 +16,7 @@ void lv2_int_serv::exec()
{
thread->cmd_list
({
{ ppu_cmd::reset_stack, 0 },
{ ppu_cmd::set_args, 2 }, arg1, arg2,
{ ppu_cmd::lle_call, 2 },
{ ppu_cmd::sleep, 0 }