From 0f863ecb0112e5032608b9b66ab4c69bfe43b12f Mon Sep 17 00:00:00 2001 From: Mathias K Date: Tue, 15 Feb 2011 20:17:10 +0100 Subject: - remove pipeline context, use once register instead - fix wrong register write in resume and step function - add more conditional branch handling --- src/target/dsp563xx.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/target/dsp563xx.h') diff --git a/src/target/dsp563xx.h b/src/target/dsp563xx.h index c553471f..67ff8d50 100644 --- a/src/target/dsp563xx.h +++ b/src/target/dsp563xx.h @@ -31,14 +31,6 @@ struct mcu_jtag struct jtag_tap *tap; }; -struct dsp563xx_pipeline_context -{ - /* PIL Register */ - uint32_t once_opilr; - /* PDB Register */ - uint32_t once_opdbr; -}; - struct dsp563xx_common { struct mcu_jtag jtag_info; @@ -46,8 +38,6 @@ struct dsp563xx_common uint32_t core_regs[DSP563XX_NUMCOREREGS]; struct once_reg once_regs[DSP563XX_NUMONCEREGS]; - struct dsp563xx_pipeline_context pipeline_context; - /* register cache to processor synchronization */ int (*read_core_reg) (struct target * target, int num); int (*write_core_reg) (struct target * target, int num); -- cgit v1.2.3