projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.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
};