Map<String, String> args = new HashMap<String, String>();
args.put("arg4", atString); //$NON-NLS-1$
cli.out(getLocalizationManager().getLocalizedTextString("key31", args)); //$NON-NLS-1$
// we are missing some of the dissassembly, so back up a bit and dump it out
ActionLocation gapEnd = swf.locateSourceLineEnd(lastEnd);
outputAssembly(cli, swf, lastEnd, gapEnd);
}
else if (lastEnd.at < lStart.at)
{
// same action list but we skipped some instructions