mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
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;
|
|
};
|