2003-06-27 Michael Snyder <msnyder@redhat.com>
* gencode.c (gensim_caselist): The movy instructions use registers R6 and R7 (not R4 and R5 like the movx insns).
This commit is contained in:
parent
586b12adb4
commit
15dee5d561
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
* gencode.c (movs): Fix a couple of text transpositions.
|
||||
|
||||
2003-06-27 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* gencode.c (gensim_caselist): The movy instructions use
|
||||
registers R6 and R7 (not R4 and R5 like the movx insns).
|
||||
|
||||
2003-06-27 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* gencode.c (op movsxy_tab): Fix up some copy/paste errors
|
||||
|
|
|
@ -2159,7 +2159,7 @@ gensim_caselist (p)
|
|||
s += 2;
|
||||
break;
|
||||
case 'y':
|
||||
printf (" int n = ((iword >> 8) & 1) + 4;\n");
|
||||
printf (" int n = ((iword >> 8) & 1) + 6;\n");
|
||||
needn = 1;
|
||||
s += 2;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue