2003-06-27 Michael Snyder <msnyder@redhat.com>

* gencode.c (op tab): Move misplaced semicolon.
This commit is contained in:
Michael Snyder 2003-06-27 21:18:42 +00:00
parent 4a5be7ba49
commit 8dc30ef74a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-06-27 Michael Snyder <msnyder@redhat.com>
* gencode.c (op tab): Move misplaced semicolon.
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (init_dsp, sim_open, sim_create_inferior): Rename _bfd

View File

@ -694,8 +694,8 @@ op tab[] =
},
{ "0", "", "mov.w @(<disp>,GBR),R0", "11000101i8*2....",
"MA (1)",
";R0 = RSWAT (i + GBR);",
"MA (1);",
"R0 = RSWAT (i + GBR);",
"L (0);",
},
{ "n", "", "mov.w @(<disp>,PC),<REG_N>", "1001nnnni8p2....",