Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
git-svn-id: svn://svn.berlios.de/openocd/trunk@1466 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -66,8 +66,8 @@ flash_driver_t ocl_flash =
|
||||
typedef struct ocl_priv_s
|
||||
{
|
||||
arm_jtag_t *jtag_info;
|
||||
int buflen;
|
||||
int bufalign;
|
||||
unsigned int buflen;
|
||||
unsigned int bufalign;
|
||||
} ocl_priv_t;
|
||||
|
||||
static int ocl_register_commands(struct command_context_s *cmd_ctx)
|
||||
|
||||
Reference in New Issue
Block a user