This is an automated email from Gerrit. Kent Brinkley ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2311
-- gerrit commit 050598b3a63bf1e81f476ae059c5b9b5cb9a55bb Author: Kent Brinkley <[email protected]> Date: Fri Sep 19 13:19:13 2014 -0700 Removed error detected by checkpatch Change-Id: Ie86010954574dc433804e9f338874c296934bb4e Signed-off-by: Kent Brinkley <[email protected]> diff --git a/src/target/mips32_pracc.c b/src/target/mips32_pracc.c index 5bc4c74..435e3d8 100644 --- a/src/target/mips32_pracc.c +++ b/src/target/mips32_pracc.c @@ -998,8 +998,7 @@ int mips32_pracc_read_regs(struct mips_ejtag *ejtag_info, uint32_t *regs) pracc_add(&ctx, 0, MIPS32_B(NEG16(ctx.code_count + 1))); /* jump to start */ pracc_add(&ctx, 0, MIPS32_MTC0(1, 31, 0)); /* move COP0 DeSave to $1, restore reg1 */ -// if (ejtag_info->mode == 0) - ctx.store_count++; /* Needed by legacy code, due to offset from reg0 */ + ctx.store_count++; ctx.retval = mips32_pracc_exec(ejtag_info, &ctx, regs); -- ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
