binutils-gdb/sim/ppc/sim-main.h
Mike Frysinger 95e40d770e sim: ppc: migrate to standard uintXX_t types
Drop the sim-specific unsignedXX types and move to the standard uintXX_t
types that C11 provides.
2022-01-06 01:17:39 -05:00

10 lines
120 B
C

#include "sim-basics.h"
typedef uint32_t sim_cia;
#include "sim-base.h"
struct sim_state {
sim_state_base base;
};