From a1aebcb8e68a90b9fe130aef6b2667e4369574b4 Mon Sep 17 00:00:00 2001 From: edgar_igl Date: Tue, 7 Oct 2008 22:48:41 +0000 Subject: CRIS: Fix brk 8 and add S-flag emulation. * break 8 sets ERP to the current insn. * First shot at S flag single-stepping. * Make it easier to use the local disasm. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5445 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-cris/helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-cris/helper.h') diff --git a/target-cris/helper.h b/target-cris/helper.h index 517e8f8bf5..3a8e2094c9 100644 --- a/target-cris/helper.h +++ b/target-cris/helper.h @@ -2,6 +2,7 @@ void TCG_HELPER_PROTO helper_raise_exception(uint32_t index); void TCG_HELPER_PROTO helper_tlb_flush_pid(uint32_t pid); +void TCG_HELPER_PROTO helper_spc_write(uint32_t pid); void TCG_HELPER_PROTO helper_dump(uint32_t a0, uint32_t a1, uint32_t a2); void TCG_HELPER_PROTO helper_rfe(void); void TCG_HELPER_PROTO helper_rfn(void); -- cgit v1.2.3