Search
lxdream.org :: lxdream/src/cpu.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/cpu.h
changeset 429:e581b90c3fb3
prev303:41786e056449
next561:533f6b478071
next586:2a3ba82cf243
author nkeynes
date Fri Nov 16 23:51:23 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Move native cd drivers under the drivers directory
file annotate diff log raw
1.1 --- a/src/cpu.h Wed Jan 17 21:28:43 2007 +0000
1.2 +++ b/src/cpu.h Fri Nov 16 23:51:23 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: cpu.h,v 1.8 2007-01-17 21:28:43 nkeynes Exp $
1.6 + * $Id: cpu.h,v 1.9 2007-10-08 11:50:15 nkeynes Exp $
1.7 *
1.8 * Generic CPU definitions, primarily for providing information to the GUI.
1.9 *
1.10 @@ -66,7 +66,7 @@
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 -} *cpu_desc_t;
1.15 +} const *cpu_desc_t;
1.16
1.17 #ifdef __cplusplus
1.18 }
.