--- a/src/cpu.h Mon Dec 12 10:09:24 2005 +0000 +++ b/src/cpu.h Mon Dec 12 10:37:41 2005 +0000 @@ -43,7 +43,7 @@ uint32_t *pc; /* Pointer to PC register */ uint32_t *icount; /* Pointer to instruction counter */ /* Memory map? */ - is_valid_page_t valid_page_func; /* Test for valid memory page */ + is_valid_page_t is_valid_page_func; /* Test for valid memory page */ } *cpu_desc_t; #ifdef __cplusplus