From: Stuart B. <zu...@us...> - 2008-02-19 14:00:57
|
Update of /cvsroot/hppaqemu/hppaqemu/target-hppa In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv13082/target-hppa Modified Files: cpu.h Log Message: Enable breakpoint/singlestep support. Index: cpu.h =================================================================== RCS file: /cvsroot/hppaqemu/hppaqemu/target-hppa/cpu.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- cpu.h 18 Feb 2008 15:10:17 -0000 1.9 +++ cpu.h 19 Feb 2008 14:00:50 -0000 1.10 @@ -35,6 +35,8 @@ #include "softfloat.h" +#define TARGET_HAS_ICE + #define ELF_MACHINE EM_PARISC /* Group 1 interruptions */ |