diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-14 20:04:33 -0700 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-14 20:04:33 -0700 |
commit | 510db585fd3996ff075539aac413eee955bf23b2 (patch) | |
tree | ad64d42a86c79d2354e3e906731c0831d701b9a2 /src/target/armv4_5.h | |
parent | bc792857a5cbfb603a5c3be5ac62d9d54981959c (diff) | |
download | riscv-openocd-510db585fd3996ff075539aac413eee955bf23b2.zip riscv-openocd-510db585fd3996ff075539aac413eee955bf23b2.tar.gz riscv-openocd-510db585fd3996ff075539aac413eee955bf23b2.tar.bz2 |
portability updates
Based on some patches from <redirect.slash.nil@gmail.com>
for preliminary Win64 compilation. More such updates are
needed, but they need work. Compile tested on 64 and 32 bit
Linuxes, and Cygwin.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/armv4_5.h')
-rw-r--r-- | src/target/armv4_5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 3c8411f..7ea3826 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -74,7 +74,7 @@ typedef struct armv4_5_common_s { int common_magic; reg_cache_t *core_cache; - enum armv4_5_mode core_mode; + int /* armv4_5_mode */ core_mode; enum armv4_5_state core_state; bool is_armv4; int (*full_context)(struct target_s *target); |