1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bugzilla 230437

This commit is contained in:
Randy Rohrbach 2008-05-07 14:17:33 +00:00
parent ae03beb86a
commit 05ddd36236

View file

@ -283,7 +283,7 @@ public class StackFramesVMNode extends AbstractDMVMNode
// Add the address // Add the address
if (dmData.getAddress() != null) { if (dmData.getAddress() != null) {
label.append(dmData.getAddress()); label.append("- 0x" + dmData.getAddress().toString(16)); //$NON-NLS-1$
} }
// Set the label to the result listener // Set the label to the result listener