mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc: add mipsel backend for MIPS32 Release 1 (for JZ47xx)
This commit is contained in:
parent
1747b6712d
commit
d80a5fd2ab
13 changed files with 1922 additions and 23 deletions
6
platform/common/dismips.h
Normal file
6
platform/common/dismips.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef DISMIPS_H
|
||||
#define DISMIPS_H
|
||||
|
||||
int dismips(uintptr_t pc, uint32_t insn, char *buf, unsigned int buf_len);
|
||||
|
||||
#endif /* DISMIPS_H */
|
Loading…
Add table
Add a link
Reference in a new issue