dsemul.c (5e2aa2ed08e2e280121dc7cf5609c87d464f12ef) dsemul.c (2707cd293cc2386f8eea6fee1ba72e8b190f25cc)
1#include <asm/branch.h>
2#include <asm/cacheflush.h>
3#include <asm/fpu_emulator.h>
4#include <asm/inst.h>
5#include <asm/mipsregs.h>
6#include <asm/uaccess.h>
7
8#include "ieee754.h"

--- 144 unchanged lines hidden (view full) ---

153 /* This is not a good situation to be in */
154 force_sig(SIGBUS, current);
155
156 return 0;
157 }
158
159 /* Set EPC to return to post-branch instruction */
160 xcp->cp0_epc = epc;
1#include <asm/branch.h>
2#include <asm/cacheflush.h>
3#include <asm/fpu_emulator.h>
4#include <asm/inst.h>
5#include <asm/mipsregs.h>
6#include <asm/uaccess.h>
7
8#include "ieee754.h"

--- 144 unchanged lines hidden (view full) ---

153 /* This is not a good situation to be in */
154 force_sig(SIGBUS, current);
155
156 return 0;
157 }
158
159 /* Set EPC to return to post-branch instruction */
160 xcp->cp0_epc = epc;
161
161 MIPS_FPU_EMU_INC_STATS(ds_emul);
162 return 1;
163}
162 return 1;
163}