1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

[229572] - [disassembly] Cannot access memory at address 0x0

This commit is contained in:
Pawel Piech 2008-05-08 03:12:09 +00:00
parent 05a1a3763b
commit b6e4d9c3cf

View file

@ -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);