mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
mips: advance PC for SYSCALL instruction. this fixes issue #157
This commit is contained in:
parent
0b971a4413
commit
2b0b4169bc
5 changed files with 13 additions and 1 deletions
|
|
@ -185,6 +185,7 @@ struct uc_struct {
|
|||
void *qemu_thread_data; // to support cross compile to Windows (qemu-thread-win32.c)
|
||||
uint32_t target_page_size;
|
||||
uint32_t target_page_align;
|
||||
uint64_t next_pc; // save next PC for some special cases
|
||||
};
|
||||
|
||||
#include "qemu_macro.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue