Revision 647de6ca target-mips/op_helper.c
b/target-mips/op_helper.c | ||
---|---|---|
591 | 591 |
env = saved_env; |
592 | 592 |
} |
593 | 593 |
|
594 |
void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec, |
|
595 |
int unused) |
|
596 |
{ |
|
597 |
if (is_exec) |
|
598 |
do_raise_exception(EXCP_IBE); |
|
599 |
else |
|
600 |
do_raise_exception(EXCP_DBE); |
|
601 |
} |
|
594 | 602 |
#endif |
595 | 603 |
|
596 | 604 |
/* Complex FPU operations which may need stack space. */ |
Also available in: Unified diff