From 7e11e175b54944576427778046b51270ddcd646c Mon Sep 17 00:00:00 2001 From: dodge-this Date: Sun, 29 Aug 2010 14:29:55 +0000 Subject: [PATCH] tweak here, tie there git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@714 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/apps/jtag/jtagarm7.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/apps/jtag/jtagarm7.c b/firmware/apps/jtag/jtagarm7.c index 89e8c40..c0dda8d 100644 --- a/firmware/apps/jtag/jtagarm7.c +++ b/firmware/apps/jtag/jtagarm7.c @@ -158,6 +158,8 @@ void jtagarm7_set_reg_prim(unsigned long instr, unsigned long reg, unsigned long jtagarm7tdmi_nop( 0); // push nop into pipeline - refill jtagarm7tdmi_nop( 0); // push nop into pipeline - refill } + jtagarm7tdmi_nop( 0); // push nop into pipeline - decode + jtagarm7tdmi_nop( 0); // push nop into pipeline - execute } void jtagarm7_thumb_swap_reg(unsigned char dir, unsigned long reg){ // PROVEN - 100827 @@ -223,8 +225,6 @@ void jtagarm7tdmi_set_register(unsigned long reg, unsigned long val) { jtagarm7_set_reg_prim(instr, reg, 0); // --- now we actually write to the register --- jtagarm7_set_reg_prim(instr, reg, val); - jtagarm7tdmi_nop( 0); // push nop into pipeline - executed - jtagarm7tdmi_nop( 0); } -- 2.20.1