mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target-alpha: Implement HALT IPR.
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
bc24270e64
commit
034ebc2753
3 changed files with 16 additions and 0 deletions
|
@ -113,6 +113,7 @@ DEF_HELPER_2(stq_c_phys, i64, i64, i64)
|
|||
|
||||
DEF_HELPER_FLAGS_0(tbia, TCG_CALL_CONST, void)
|
||||
DEF_HELPER_FLAGS_1(tbis, TCG_CALL_CONST, void, i64)
|
||||
DEF_HELPER_1(halt, void, i64);
|
||||
#endif
|
||||
|
||||
#include "def-helper.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue