- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)
- fixed compiler warnings throughout the code (thanks to Vincent Palatin for this patch) - added support for accessing ETB (embedded trace buffer) registers git-svn-id: svn://svn.berlios.de/openocd/trunk@134 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1123,7 +1123,7 @@ int jtag_reset_callback(enum jtag_event event, void *priv)
|
||||
{
|
||||
jtag_device_t *device = priv;
|
||||
|
||||
DEBUG("");
|
||||
DEBUG("-");
|
||||
|
||||
if (event == JTAG_TRST_ASSERTED)
|
||||
{
|
||||
@@ -1332,7 +1332,7 @@ int jtag_init(struct command_context_s *cmd_ctx)
|
||||
{
|
||||
int i;
|
||||
|
||||
DEBUG("");
|
||||
DEBUG("-");
|
||||
|
||||
if (jtag_speed == -1)
|
||||
jtag_speed = 0;
|
||||
|
||||
Reference in New Issue
Block a user