X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fxscale.h;h=d5de8dc8d71f69ff56bb515c3efc711fad8b6177;hp=dd7b034652bc754ef74750fef117cde06ab8f1c9;hb=74d09617b927ed7011098d5a65087dee1ef1e87a;hpb=de3fb2f3bce2de5be44223204ce368216ed85b0f diff --git a/src/target/xscale.h b/src/target/xscale.h index dd7b034652..d5de8dc8d7 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -86,7 +86,7 @@ typedef struct xscale_common_s int common_magic; /* XScale registers (CP15, DBG) */ - reg_cache_t *reg_cache; + struct reg_cache *reg_cache; /* current state of the debug handler */ uint32_t handler_address;