Community
Participate
Working Groups
try {
return DisassemblyUtils.decodeAddress(st.nextToken());
} catch (Exception e) {
logWarning("Failed to evaluate expression " + expr, e); //$NON-NLS-1$
// do nothing, return unknown location
}