From e468797e4105387e4b2f2dc05f4301ec2d2cce66 Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 8 Jun 2009 06:18:13 +0000 Subject: David Brownell Bugfix: $target_name cget/configure -work-area-backup commands should return the "is it backed up?" flag, not the work area size. git-svn-id: svn://svn.berlios.de/openocd/trunk@2108 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/target.c') diff --git a/src/target/target.c b/src/target/target.c index eac87633..8bc8e4c0 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -3413,7 +3413,7 @@ static int target_configure( Jim_GetOptInfo *goi, target_t *target ) goto no_params; } } - Jim_SetResult( interp, Jim_NewIntObj( goi->interp, target->working_area_size ) ); + Jim_SetResult(interp, Jim_NewIntObj(goi->interp, target->backup_working_area)); /* loop for more e*/ break; -- cgit v1.2.3