git-svn-id: svn://svn.valgrind.org/valgrind/trunk@469
while (VG_(isdigit)(opt[i])) i++;
if ('\0' != opt[i]) goto bad;
- VG_(free)(VG_AR_PRIVATE, opt);
-
cache->size = (Int)VG_(atoll)(opt + i1);
cache->assoc = (Int)VG_(atoll)(opt + i2);
cache->line_size = (Int)VG_(atoll)(opt + i3);
+ VG_(free)(VG_AR_PRIVATE, opt);
return;
-bad:
+ bad:
bad_option(orig_opt);
}
while (VG_(isdigit)(opt[i])) i++;
if ('\0' != opt[i]) goto bad;
- VG_(free)(VG_AR_PRIVATE, opt);
-
cache->size = (Int)VG_(atoll)(opt + i1);
cache->assoc = (Int)VG_(atoll)(opt + i2);
cache->line_size = (Int)VG_(atoll)(opt + i3);
+ VG_(free)(VG_AR_PRIVATE, opt);
return;
-bad:
+ bad:
bad_option(orig_opt);
}