target: move parent target structs just after common_magic
Just a cosmetic refactoring. Change-Id: I7fbc05324e346fafc98d1b42691d33d3d8fbd04e Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: https://review.openocd.org/c/openocd/+/7003 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
@@ -20,8 +20,9 @@ struct target;
|
||||
struct mips_m4k_common {
|
||||
unsigned int common_magic;
|
||||
|
||||
bool is_pic32mx;
|
||||
struct mips32_common mips32;
|
||||
|
||||
bool is_pic32mx;
|
||||
};
|
||||
|
||||
static inline struct mips_m4k_common *
|
||||
|
||||
Reference in New Issue
Block a user