mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
invoke target_create() once
git-svn-id: svn://svn.berlios.de/openocd/trunk@1124 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -3828,7 +3828,6 @@ target_create( Jim_GetOptInfo *goi )
|
||||
target, /* private data */
|
||||
NULL ); /* no del proc */
|
||||
|
||||
(*(target->type->target_create))( target, goi->interp );
|
||||
return e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user