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>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user