cortex_a hybrid & context breakpoints
[fw/openocd] / src / target / dsp5680xx.h
index 3fbe90ecf0824bc06e3dc623682221851d0b0286..599fd68e1ee7bd30fd7a8587cdc0ace01ba82130 100644 (file)
@@ -217,7 +217,9 @@ struct dsp5680xx_common{
   //TODO
   uint32_t stored_pc;
   int flush;
-}context;
+};
+
+extern struct dsp5680xx_common dsp5680xx_context;
 
 static inline struct dsp5680xx_common *target_to_dsp5680xx(struct target *target){
   return target->arch_info;