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:
Michael Snyder 2003-07-23 21:14:54 +00:00
parent 586b12adb4
commit 15dee5d561
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;