mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 17:51:57 +00:00
11 lines
146 B
C
11 lines
146 B
C
|
#include "sim-basics.h"
|
||
|
#include "sim-signal.h"
|
||
|
|
||
|
typedef unsigned32 sim_cia;
|
||
|
|
||
|
#include "sim-base.h"
|
||
|
|
||
|
struct sim_state {
|
||
|
sim_state_base base;
|
||
|
};
|