mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-06 11:48:58 +01:00
7 lines
150 B
C
7 lines
150 B
C
#ifndef DISMIPS_H
|
|
#define DISMIPS_H
|
|
|
|
int dismips(uintptr_t pc, uint32_t insn, char *buf, size_t buf_len, unsigned long *sym);
|
|
|
|
#endif /* DISMIPS_H */
|