Search
lxdream.org :: lxdream/src/sh4/sh4.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.h
changeset 998:1754a8c6a9cf
prev958:62365adaf48f
next1021:848db285a184
author nkeynes
date Tue Mar 24 11:15:57 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Add preliminary implementation of the GDB remote debugging server - attaches to
either or both the SH4 and ARM
file annotate diff log raw
1.1 --- a/src/sh4/sh4.h Wed Jan 14 00:17:35 2009 +0000
1.2 +++ b/src/sh4/sh4.h Tue Mar 24 11:15:57 2009 +0000
1.3 @@ -95,6 +95,8 @@
1.4
1.5 extern struct sh4_registers sh4r;
1.6
1.7 +extern const struct cpu_desc_struct sh4_cpu_desc;
1.8 +
1.9 /**
1.10 * Switch between translation and emulation execution modes. Note that this
1.11 * should only be used while the system is stopped. If the system was built
.