Update of /cvsroot/hppaqemu/hppaqemu/target-hppa
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24624
Modified Files:
op.c
Log Message:
Fix op_com_T1 (oops).
Index: op.c
===================================================================
RCS file: /cvsroot/hppaqemu/hppaqemu/target-hppa/op.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** op.c 10 Mar 2007 00:53:14 -0000 1.9
--- op.c 10 Mar 2007 00:55:50 -0000 1.10
***************
*** 622,626 ****
void OPPROTO op_com_T1(void)
{
! T0 = ~T0;
}
--- 622,626 ----
void OPPROTO op_com_T1(void)
{
! T1 = ~T1;
}
|