aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/sim-main.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-12-07 16:13:06 +0000
committerAndrew Cagney <cagney@redhat.com>2003-12-07 16:13:06 +0000
commit0b2e03b491aa6793bbeb5775e483dfefd1679e92 (patch)
treed88dc590bffb94a1997038310a9b2b8e0664d204 /sim/m32r/sim-main.h
parentcd886a95bfd21de111e87f1788a977d4c0ce885d (diff)
downloadgdb-0b2e03b491aa6793bbeb5775e483dfefd1679e92.zip
gdb-0b2e03b491aa6793bbeb5775e483dfefd1679e92.tar.gz
gdb-0b2e03b491aa6793bbeb5775e483dfefd1679e92.tar.bz2
More reversion of incomplete m32r changes. Should be back to normal.
Diffstat (limited to 'sim/m32r/sim-main.h')
-rw-r--r--sim/m32r/sim-main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/m32r/sim-main.h b/sim/m32r/sim-main.h
index efd1e91..d076e15 100644
--- a/sim/m32r/sim-main.h
+++ b/sim/m32r/sim-main.h
@@ -1,4 +1,3 @@
-
/* Main header for the m32r. */
#ifndef SIM_MAIN_H
@@ -58,8 +57,6 @@ struct _sim_cpu {
go after here. Oh for a better language. */
#if defined (WANT_CPU_M32RBF)
M32RBF_CPU_DATA cpu_data;
-#elif defined (WANT_CPU_M32RXF)
- M32RXF_CPU_DATA cpu_data;
#endif
};