blob: 31ffb28b643c35ed5a51ae4336d935f272838be4 [file] [log] [blame]
#include <stdio.h>
#include <stddef.h>
#include <dwarf-regs.h>
/* TODO */
const char *get_arch_regstr(unsigned int n)
{
perror("Need a real implementation for MIPS");
return NULL;
}