mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
6 lines
136 B
C
6 lines
136 B
C
#ifndef DISMIPS_H
|
|
#define DISMIPS_H
|
|
|
|
int dismips(uintptr_t pc, uint32_t insn, char *buf, unsigned int buf_len);
|
|
|
|
#endif /* DISMIPS_H */
|