mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-26 23:40:22 +10:00
ahbap_debugport_init was queueing reads to a local stack variable but didn't execute the queue before returning. Since the result of the reads are not used anyway, it's better to pass NULL as the destination instead of a dummy variable. I changed this throughout the function, even for the reads that were actually executed. Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net> |
||
---|---|---|
.. | ||
flash | ||
helper | ||
jtag | ||
pld | ||
server | ||
svf | ||
target | ||
xsvf | ||
ecosboard.c | ||
hello.c | ||
hello.h | ||
main.c | ||
Makefile.am | ||
openocd.c | ||
openocd.h |