mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
6 lines
150 B
C
6 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 */
|