Re: [Openocd-development] mips: remove dynamic arrays - reduces stack usage

2009-11-23 Thread Øyvind Harboe
On Tue, Nov 24, 2009 at 2:03 AM, Jerry Ling wrote: > Many thanks for your improvement. > This patch works very well. Pushed. Thanks for testing and providing a fix! (Next time could you attach the patch as an email, I wasn't able to read it in, but as it was only three lines so recreating it wa

Re: [Openocd-development] mips: remove dynamic arrays - reduces stack usage

2009-11-23 Thread Jerry Ling
Many thanks for your improvement. This patch works very well. BR, -- Jerry - Original Message - From: "Øyvind Harboe" To: "Jerry Ling" Cc: Sent: Monday, November 23, 2009 7:14 PM Subject: Re: [Openocd-development] mips: remove dynamic arrays - reduces stack usag

Re: [Openocd-development] mips: remove dynamic arrays - reduces stack usage

2009-11-23 Thread Øyvind Harboe
The patch didn't make it through. Please check this patch and I'll commit it. Sorry about breaking the mips stuff & thanks for spotting it! -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer From 308f6494e8c1281f4f17e821911043267e

[Openocd-development] mips: remove dynamic arrays - reduces stack usage

2009-11-23 Thread Jerry Ling
Hi Oyvind, Please see the patch below. Please update the parameter num_param_in of mips32_pracc_exec while removing dynamic arrays. Thanks. - Jerry --- a/src/target/mips32_pracc.c +++ b/src/target/mips32_pracc.c @@ -618,11 +618,11 @@ int mips32_pracc_write_mem32(struct mips_ejtag *ejtag_info,