mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
Enable sleep() on MIPS targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19493 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32a6262b54
commit
0df38260e8
1 changed files with 1 additions and 0 deletions
|
|
@ -1076,6 +1076,7 @@ static inline void core_sleep(void)
|
||||||
".set mips0 \n"
|
".set mips0 \n"
|
||||||
::: "t0", "t1", "t2"
|
::: "t0", "t1", "t2"
|
||||||
);
|
);
|
||||||
|
enable_irq();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue