aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/nds32.h')
-rw-r--r--src/target/nds32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/nds32.h b/src/target/nds32.h
index 1c8675e..d0b680a 100644
--- a/src/target/nds32.h
+++ b/src/target/nds32.h
@@ -224,7 +224,8 @@ struct nds32_misc_config {
* Represents a generic Andes core.
*/
struct nds32 {
- uint32_t common_magic;
+ unsigned int common_magic;
+
struct reg_cache *core_cache;
/** Handle for the debug module. */