summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-02 05:47:00 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-02 05:47:00 +0000
commit6ef5a622af24a3644c1ebd5cf690bd5c38e6d8a3 (patch)
treea2e63f4e975e676f99efdcb4e477dbab9a442c89 /bootstrap
parent76bd16e9e343b3ac10245a9b76c032b10596bd6d (diff)
downloadopenocd_libswd-6ef5a622af24a3644c1ebd5cf690bd5c38e6d8a3.tar.gz
openocd_libswd-6ef5a622af24a3644c1ebd5cf690bd5c38e6d8a3.tar.bz2
openocd_libswd-6ef5a622af24a3644c1ebd5cf690bd5c38e6d8a3.tar.xz
openocd_libswd-6ef5a622af24a3644c1ebd5cf690bd5c38e6d8a3.zip
Clean up jtag command queue handling:
- Rename last_command_pointer as next_command_pointer, because this variable stores the address where jtag_queue_command() will store a command pointer. - Make that variable static, since it is only used internally in jtag.c. - Remove superfluous accessor for that now-static variable. - Deobfuscate use of variables in jtag_command_queue. - Add jtag_command_queue_reset helper function. - Use it in interface_jtag_execute_queue. git-svn-id: svn://svn.berlios.de/openocd/trunk@1992 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'bootstrap')
0 files changed, 0 insertions, 0 deletions