sim: m32c: enable warnings & clean up a bunch
[deliverable/binutils-gdb.git] / sim / m32c / r8c.opc
index b4a4f6da0c4a6fc69f7e3967401c2b5be84c0524..34f0af48da57f0a8e8b1e1265b7b313f23abf506 100644 (file)
@@ -32,7 +32,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #define tprintf if (trace) printf
 
 static unsigned char
-getbyte ()
+getbyte (void)
 {
   int tsave = trace;
   unsigned char b;
@@ -77,7 +77,7 @@ unsupported (char *tag, int orig_pc)
 }
 
 static int
-IMM(bw)
+IMM (int bw)
 {
   int rv = getbyte ();
   if (bw)
@@ -306,7 +306,7 @@ static int bmcnd_cond_map[] = {
 };
 
 int
-decode_r8c()
+decode_r8c (void)
 {
   unsigned char op[40];
   int opi = 0;
This page took 0.022967 seconds and 4 git commands to generate.