mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 04:23:36 +01:00
kernel: fix incorrect interrupt save/restore for MAC on SH3
This commit is contained in:
parent
055c8f405b
commit
b7173a5109
1 changed files with 1 additions and 1 deletions
|
@ -134,8 +134,8 @@ _gint_inth_7705:
|
|||
nop
|
||||
|
||||
/* Restore saved registers */
|
||||
lds.l @r15+, mach
|
||||
lds.l @r15+, macl
|
||||
lds.l @r15+, mach
|
||||
ldc.l @r15+, gbr
|
||||
lds.l @r15+, pr
|
||||
|
||||
|
|
Loading…
Reference in a new issue