gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / sim / ppc / sim-main.h
1 #include "sim-basics.h"
2 #include "sim-signal.h"
3
4 typedef unsigned32 sim_cia;
5
6 #include "sim-base.h"
7
8 struct sim_state {
9 sim_state_base base;
10 };
This page took 0.030789 seconds and 4 git commands to generate.