about summary refs log tree commit diff stats
path: root/src/dynarec/la64/la64_printer.h
blob: bce443395e02b181b45cf7a3253bfd0efe27d54b (plain) (blame)
1
2
3
4
5
6
#ifndef _LA64_PRINTER_H_
#define _LA64_PRINTER_H_

const char* la64_print(uint32_t opcode, uint64_t addr);

#endif //_LA64_PRINTER_H_