From: Stuart B. <zu...@us...> - 2007-03-18 22:55:51
|
Update of /cvsroot/hppaqemu/hppaqemu/target-hppa In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8774 Modified Files: translate.c Log Message: Update TODO list. Index: translate.c =================================================================== RCS file: /cvsroot/hppaqemu/hppaqemu/target-hppa/translate.c,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** translate.c 17 Mar 2007 00:49:09 -0000 1.30 --- translate.c 17 Mar 2007 01:51:31 -0000 1.31 *************** *** 1113,1121 **** /* TODO: * branches * nullification * conditions * carry - * refactoring */ --- 1113,1128 ---- /* TODO: + * traps + * signals + * spaces + * floating point ops + * misc ops + * refactoring + * + * Mostly done: * branches * nullification * conditions * carry */ |