Commit 4eecc06ed04ee1aaa6f1cb2280c29c9a8e889c17

Authored by ths
1 parent 48d38ca5

Add file left out from previous commit.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4497 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 3 additions and 0 deletions
target-mips/helper.h 0 → 100644
  1 +void do_raise_exception_err(int excp, int err);
  2 +void do_raise_exception(int excp);
  3 +void do_interrupt_restart (void);
... ...