mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
95e40d770e
Drop the sim-specific unsignedXX types and move to the standard uintXX_t types that C11 provides.
10 lines
120 B
C
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;
|
|
};
|