--- a/src/cpu.h Mon Dec 26 11:47:15 2005 +0000 +++ b/src/cpu.h Wed Jan 17 21:28:43 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: cpu.h,v 1.7 2005-12-26 11:47:12 nkeynes Exp $ + * $Id: cpu.h,v 1.8 2007-01-17 21:28:43 nkeynes Exp $ * * Generic CPU definitions, primarily for providing information to the GUI. * @@ -66,7 +66,6 @@ size_t regs_size; /* Size of register structure in bytes */ const struct reg_desc_struct *regs_info; /* Description of all registers */ uint32_t *pc; /* Pointer to PC register */ - uint32_t *icount; /* Pointer to instruction counter */ } *cpu_desc_t; #ifdef __cplusplus