about summary refs log tree commit diff stats
path: root/src/dynarec/rv64/rv64_printer.h
blob: e22a208f57266a8e9714e88e775ba14767737bb8 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _RV64_PRINTER_H_
#define _RV64_PRINTER_H_
#include <stdint.h>
#include<stdbool.h>

const char* rv64_print(uint32_t data, uint64_t addr);

#endif //_RV64_PRINTER_H_