about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/arm64_printer.h
blob: 2475f631723163ce2dba4c715ffcdbe25d1a86cb (plain) (blame)
1
2
3
4
5
6
#ifndef _ARM_PRINTER_H_
#define _ARM_PRINTER_H_

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

#endif //_ARM_PRINTER_H_