]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-sh4/helper.h
SH4: sleep instruction bug fix
[mirror_qemu.git] / target-sh4 / helper.h
index 994dc0820d4e3d52ee8041715d92ff6fc886b9e5..cb157cdb86d025d7b671b5c30f647eca3ea3c3f4 100644 (file)
@@ -6,7 +6,7 @@ DEF_HELPER(void, helper_ldtlb, (void))
 DEF_HELPER(void, helper_raise_illegal_instruction, (void))
 DEF_HELPER(void, helper_raise_slot_illegal_instruction, (void))
 DEF_HELPER(void, helper_debug, (void))
-DEF_HELPER(void, helper_sleep, (void))
+DEF_HELPER(void, helper_sleep, (uint32_t))
 DEF_HELPER(void, helper_trapa, (uint32_t))
 
 DEF_HELPER(uint32_t, helper_addv, (uint32_t, uint32_t))