summaryrefslogtreecommitdiff
path: root/sim/v850/sim-main.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-03 07:30:17 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-03 07:30:17 +0000
commitb5e935ae855757d6f0b51b28b0bbc48a4c996f69 (patch)
tree6a418160cb3c4081c7088a6ee8e092e7a410d7ac /sim/v850/sim-main.h
parentfdd64f952debd1000ed87f077f0fea0ea1fb63dd (diff)
downloadbinutils-gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.tar.gz
Pacify gcc-current -Wall.
Diffstat (limited to 'sim/v850/sim-main.h')
-rw-r--r--sim/v850/sim-main.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/v850/sim-main.h b/sim/v850/sim-main.h
index cf2c0935922..95838babe60 100644
--- a/sim/v850/sim-main.h
+++ b/sim/v850/sim-main.h
@@ -1,5 +1,3 @@
-#define SIM_HAVE_FLATMEM 1
-
#include "sim-basics.h"
typedef address_word sim_cia;
@@ -49,6 +47,7 @@ struct sim_state {
SIM_ADDR low_end;
SIM_ADDR high_start;
SIM_ADDR high_base;
+ void *mem;
sim_state_base base;
};