Search
lxdream.org :: lxdream/src/cpu.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/cpu.h
changeset 303:41786e056449
prev43:0cf3e339cc59
next429:e581b90c3fb3
author nkeynes
date Thu Jan 25 11:46:35 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Cleanup framebuffer formats by adding a central source for the information
file annotate diff log raw
1.1 --- a/src/cpu.h Mon Dec 26 11:47:15 2005 +0000
1.2 +++ b/src/cpu.h Thu Jan 25 11:46:35 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: cpu.h,v 1.7 2005-12-26 11:47:12 nkeynes Exp $
1.6 + * $Id: cpu.h,v 1.8 2007-01-17 21:28:43 nkeynes Exp $
1.7 *
1.8 * Generic CPU definitions, primarily for providing information to the GUI.
1.9 *
1.10 @@ -66,7 +66,6 @@
1.11 size_t regs_size; /* Size of register structure in bytes */
1.12 const struct reg_desc_struct *regs_info; /* Description of all registers */
1.13 uint32_t *pc; /* Pointer to PC register */
1.14 - uint32_t *icount; /* Pointer to instruction counter */
1.15 } *cpu_desc_t;
1.16
1.17 #ifdef __cplusplus
.