mips32, mips32_pracc_finish() queued only
authorSalvador Arroyo <sarroyofdez@yahoo.es>
Thu, 23 Feb 2017 14:14:46 +0000 (15:14 +0100)
committerFreddie Chopin <freddie.chopin@gmail.com>
Tue, 25 Apr 2017 15:59:44 +0000 (16:59 +0100)
commit5fdcbbdb25d19a36e3fed27edb21a805eb34399f
tree8c8d0a99bc0aab52bec9c644da16b9e374dad71f
parent09ebc1afadcc710e3d0f37bdaba3d76a1487d306
mips32, mips32_pracc_finish() queued only

In most of the cases there is no need to request execution,
the check for a new pracc access already does it.
Requesting execution if not needed makes execution slower and
code larger due the additional checks.
Reduce code in fasdata transfer function.
Call for execution when exiting debug.

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