mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
Fix for bug215545
This commit is contained in:
parent
e2aa815c7c
commit
a09c42806c
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ public class DsfMemoryBlockRetrieval extends PlatformObject implements IMemoryBl
|
|||
* @see org.eclipse.debug.core.model.IMemoryBlockRetrievalExtension#getExtendedMemoryBlock(java.lang.String,
|
||||
* java.lang.Object)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
public IMemoryBlockExtension getExtendedMemoryBlock(String expression, Object context) throws DebugException {
|
||||
|
||||
// The block start address (supports 64-bit processors)
|
||||
|
|
Loading…
Add table
Reference in a new issue