diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-18 23:39:23 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-18 23:39:23 +0000 |
commit | 4eecc06ed04ee1aaa6f1cb2280c29c9a8e889c17 (patch) | |
tree | 1fd6b68402488b9ca2892f6f204c1bc4ccf1dfd3 /target-mips | |
parent | 48d38ca52b6d9c33066e139226eba2966d0c88d3 (diff) | |
download | qemu-4eecc06ed04ee1aaa6f1cb2280c29c9a8e889c17.zip |
Add file left out from previous commit.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4497 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-mips/helper.h b/target-mips/helper.h new file mode 100644 index 0000000000..ef6b9f93bc --- /dev/null +++ b/target-mips/helper.h @@ -0,0 +1,3 @@ +void do_raise_exception_err(int excp, int err); +void do_raise_exception(int excp); +void do_interrupt_restart (void); |