mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
[229572] - [disassembly] Cannot access memory at address 0x0
This commit is contained in:
parent
05a1a3763b
commit
b6e4d9c3cf
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ public abstract class DisassemblyPart extends WorkbenchPart implements IDisassem
|
|||
fAnnotationPreferences = new MarkerAnnotationPreferences();
|
||||
setPreferenceStore(new ChainedPreferenceStore(new IPreferenceStore[] {
|
||||
DsfDebugUIPlugin.getDefault().getPreferenceStore(), EditorsUI.getPreferenceStore() }));
|
||||
fPCAddress = fFrameAddress = PC_RUNNING;
|
||||
fPCAddress = fFrameAddress = PC_UNKNOWN;
|
||||
fTargetFrame = -1;
|
||||
fBufferZone = 32;
|
||||
fPCAnnotation = new DisassemblyIPAnnotation(true, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue