Mariano Alvira <mar@devl.org> fixes warnings
git-svn-id: svn://svn.berlios.de/openocd/trunk@1601 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -448,7 +448,7 @@ static int handle_etb_config_command(struct command_context_s *cmd_ctx, char *cm
|
||||
arm7_9->etm_ctx->capture_driver_priv = etb;
|
||||
|
||||
etb->tap = tap;
|
||||
etb->cur_scan_chain = ~0UL;
|
||||
etb->cur_scan_chain = 0xffffffff;
|
||||
etb->reg_cache = NULL;
|
||||
etb->ram_width = 0;
|
||||
etb->ram_depth = 0;
|
||||
|
||||
Reference in New Issue
Block a user