diff options
author | Nicolas Pitre <nico@fluxnic.net> | 2009-10-27 01:14:32 -0400 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-26 23:53:07 -0700 |
commit | ee8e93cb836bc01581329c5685c888c4d85e6c1b (patch) | |
tree | 52daa9e552997b645a2f188f44ae94f5462c15ce /tcl/interface/signalyzer.cfg | |
parent | 1020569b9ffa5073df0966b519f05dd492bfa460 (diff) | |
download | openocd+libswd-ee8e93cb836bc01581329c5685c888c4d85e6c1b.tar.gz openocd+libswd-ee8e93cb836bc01581329c5685c888c4d85e6c1b.tar.bz2 openocd+libswd-ee8e93cb836bc01581329c5685c888c4d85e6c1b.tar.xz openocd+libswd-ee8e93cb836bc01581329c5685c888c4d85e6c1b.zip |
ARM: call thumb_pass_branch_condition() only for actual branch opcodes
Calling it first with every opcodes and then testing if the opcode
was indeed a branch instruction is wasteful and rather strange.
If ever thumb_pass_branch_condition() has side effects (say, like
printing a debugging traces) then the result would be garbage for most
Thumb instructions which have no condition code.
While at it, let's make the nearby code more readable by reducing some of
the redundant brace noise and reworking the error handling construct.
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/interface/signalyzer.cfg')
0 files changed, 0 insertions, 0 deletions