filename | src/sh4/sh4.h |
changeset | 998:1754a8c6a9cf |
prev | 958:62365adaf48f |
next | 1021: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 +00001.2 +++ b/src/sh4/sh4.h Tue Mar 24 11:15:57 2009 +00001.3 @@ -95,6 +95,8 @@1.5 extern struct sh4_registers sh4r;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 this1.11 * should only be used while the system is stopped. If the system was built
.