* mn10300-opc.c (mn10300_opcodes): Fix typos in yesterday's
authorJeff Law <law@redhat.com>
Tue, 8 Oct 1996 17:56:40 +0000 (17:56 +0000)
committerJeff Law <law@redhat.com>
Tue, 8 Oct 1996 17:56:40 +0000 (17:56 +0000)
        changes.
Matsushita.

opcodes/ChangeLog
opcodes/mn10300-opc.c

index cf0d818272394d45f157259d6579c1c09bb06b9e..ffaa14fe2dd5b41c14f7e68cf00c9a1709be012c 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct  8 11:55:35 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-opc.c (mn10300_opcodes): Fix typos in yesterday's
+       changes.
+
 Mon Oct  7 16:48:45 1996  Jeffrey A Law  (law@cygnus.com)
 
        * mn10300-opc.c (FMT_XX): Renumber starting at one.
index c5225f04db16d290dcfdf8ef4b1e7310292f0e64..c2112c65ec8d6f5fd8ec9183ec976f6073627ac9 100644 (file)
@@ -350,7 +350,7 @@ const struct mn10300_opcode mn10300_opcodes[] = {
 { "jmp",       0xf0f4,         0xfffc,         FMT_D0, {AN}, },
 { "jmp",       0xcc0000,       0xff0000,       FMT_S2, {D16}, },
 { "jmp",       0xdc0000,       0xff0000,       FMT_S4, {D32}, },
-{ "call", 0, 0, FMT_S4, 0, {D16}, },
+{ "call", 0, 0, FMT_S4, {D16}, },
 { "call",      0xdd000000,     0xff000000,     FMT_S6, {D32,}, },
 { "calls",     0xf0f0,         0xfffc,         FMT_D0, {AN}, },
 { "calls",     0xfaff0000,     0xffff0000,     FMT_D2, {D16}, },
@@ -364,7 +364,7 @@ const struct mn10300_opcode mn10300_opcodes[] = {
 { "rtm",       0xf0ff,         0xffff,         FMT_D0, {UNUSED} },
 { "nop",       0xcb,           0xff,           FMT_S0, {UNUSED} },
 /* { "udf", 0, 0, {0}, },  */
-{ 0, 0, 0, 0, 0, {0}, },
+{ 0, 0, 0, 0, {0}, },
 
 } ;