X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Fmemory%2FMemoryView.java;h=52547453f31d8e8e18566433e28a64fc8a0ea2bd;hb=4398143ae40a2c41031bacabe9151f0e93d02d67;hp=f00f1c95a91b0ba3cb5dd5bf6741950523a5d26e;hpb=f37f1f93f2c1ceb780f1c7ecab888bcb8f4f8b89;p=Mograsim.git diff --git a/net.mograsim.plugin.core/src/net/mograsim/plugin/memory/MemoryView.java b/net.mograsim.plugin.core/src/net/mograsim/plugin/memory/MemoryView.java index f00f1c95..52547453 100644 --- a/net.mograsim.plugin.core/src/net/mograsim/plugin/memory/MemoryView.java +++ b/net.mograsim.plugin.core/src/net/mograsim/plugin/memory/MemoryView.java @@ -57,7 +57,6 @@ public class MemoryView extends ViewPart { // Nothing to do here } -// fromText.setText(AsmNumberUtil.toString(BigInteger.valueOf(provider.getLowerBound()), NumberType.HEXADECIMAL)); }); Label amountLabel = new Label(parent, SWT.NONE); @@ -77,7 +76,6 @@ public class MemoryView extends ViewPart { // Nothing to do here } -// amountText.setText(Integer.toString(provider.getAmount())); }); setupRadixSelector(parent);