Fix fallout from r1818

git-svn-id: svn://svn.berlios.de/openocd/trunk@1824 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
kc8apf 2009-05-18 17:40:42 +00:00
parent 15f2c37207
commit a8b104aa74
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ int MINIDRIVER(interface_jtag_add_dr_scan)(int num_fields, scan_field_t *fields,
}
/* field_count represents the true number of fields setup*/
(*last_cmd)->cmd.scan->num_fields = field_count;
cmd->cmd.scan->num_fields = field_count;
return ERROR_OK;
}