]> git.sur5r.net Git - openocd/commit
mips32, change in pracc_list for dynamic allocation
authorSalvador Arroyo <sarroyofdez@yahoo.es>
Sun, 26 Feb 2017 08:11:02 +0000 (09:11 +0100)
committerFreddie Chopin <freddie.chopin@gmail.com>
Mon, 8 May 2017 16:57:30 +0000 (17:57 +0100)
commitc8b31aaa155be4361c090b369bc73f0f87751154
tree54ec17496a68663c59a85d156c00fdc70909e6c8
parent3414daed26c87a41ba66f0fef6e6292564bb5111
mips32, change in pracc_list for dynamic allocation

pracc_list points to an array with code in the lower half
and addr in the upper half. Change it to a struct with
an instruction field and an address field.
Requiered to make reallocation easier.
As a side effect the code is less quirky.

Change-Id: Ibf904a33a2f35a7f69284d2a2114f4b4ae79219f
Signed-off-by: Salvador Arroyo <sarroyofdez@yahoo.es>
Reviewed-on: http://openocd.zylin.com/4019
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
src/target/mips32_pracc.c
src/target/mips32_pracc.h
src/target/mips_ejtag.c