2003-08-07 Michael Snyder <msnyder@redhat.com>
* gencode.c (expand_ppi_code): Comment spelling fix.
This commit is contained in:
parent
14d3f36402
commit
240f98d342
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-08-07 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
* gencode.c (expand_ppi_code): Comment spelling fix.
|
||||||
|
|
||||||
2003-07-25 Michael Snyder <msnyder@redhat.com>
|
2003-07-25 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
* gencode.c (pshl): Change < to <= (shift by 16 is allowed).
|
* gencode.c (pshl): Change < to <= (shift by 16 is allowed).
|
||||||
|
|
|
@ -2324,7 +2324,7 @@ gendefines ()
|
||||||
|
|
||||||
static int ppi_index;
|
static int ppi_index;
|
||||||
|
|
||||||
/* Take an ppi code, expand all varying fields in it and fill all the
|
/* Take a ppi code, expand all varying fields in it and fill all the
|
||||||
right entries in 'table' with the opcode index. */
|
right entries in 'table' with the opcode index. */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue