Fix? some reg definitions
[deliverable/binutils-gdb.git] / sim / tic80 / cpu.h
CommitLineData
15c16493
AC
1typedef struct _sim_cpu {
2 unsigned_word reg[32];
3 sim_cpu_base base;
4 instruction_address cia;
5} sim_cpu;
6
7#define GPR(N) ((CPU)->reg[N])
This page took 0.056886 seconds and 4 git commands to generate.