DSuspendInfo info = ((PlayerSession)session).getSuspendInfoIsolate(isolateId);
int at = info.getOffset();
int which = info.getActionIndex();
int until = info.getNextOffset();
if (info.getReason() == SuspendReason.Unknown)
throw new SuspendedException();
SwfInfo swf = fileInfo.getSwfs(isolateId)[which];
outputAssembly(cli, (DSwfInfo)swf, at, until);
throw new AmbiguousException(getLocalizationManager().getLocalizedTextString("key27")); //$NON-NLS-1$
}