9 lines
152 B
C
9 lines
152 B
C
#ifndef __INSTR_MAP_H__
|
|
#define __INSTR_MAP_H__
|
|
#include "instr.h"
|
|
#include "mem.h"
|
|
#include <stdio.h>
|
|
#include "addrs.h"
|
|
#include "generated.h"
|
|
|
|
#endif |