More reversion of incomplete m32r changes. Should be back to normal.

This commit is contained in:
Andrew Cagney
2003-12-07 16:13:06 +00:00
parent cd886a95bf
commit 0b2e03b491
5 changed files with 27 additions and 188 deletions

View File

@@ -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
};