Remove env->ready_for_interrupt_injection
[qemu-kvm/fedora.git] / target-mips / helper.h
blob98a97c9be2dc4a958f4710747b6e06b0df21854b
1 void do_raise_exception_err(int excp, int err);
2 void do_raise_exception(int excp);
3 void do_interrupt_restart (void);
5 void do_clo (void);
6 void do_clz (void);
7 void do_dclo (void);
8 void do_dclz (void);