From: Stuart B. <zu...@us...> - 2008-02-22 21:32:53
|
Update of /cvsroot/hppaqemu/hppaqemu/target-hppa In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv2082 Modified Files: translate.c Log Message: List CMPIB (dw) as PA2.0-specific. Index: translate.c =================================================================== RCS file: /cvsroot/hppaqemu/hppaqemu/target-hppa/translate.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- translate.c 22 Feb 2008 20:56:52 -0000 1.46 +++ translate.c 22 Feb 2008 21:32:48 -0000 1.47 @@ -2200,10 +2200,10 @@ break; } +#ifdef TARGET_HPPA64 case 0x3b: /* CMPIB (dw) */ break; -#ifdef TARGET_HPPA64 case 0x3c: /* DEPD */ case 0x3d: /* DEPI */ break; |