Clarified program counter address format in the Insight window
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include <cmath>
|
|
||||||
|
|
||||||
#include "BodyWidget.hpp"
|
#include "BodyWidget.hpp"
|
||||||
#include "src/Logger/Logger.hpp"
|
#include "src/Logger/Logger.hpp"
|
||||||
@@ -66,4 +65,3 @@ void BodyWidget::drawWidget(QPainter& painter) {
|
|||||||
30
|
30
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -145,7 +145,7 @@
|
|||||||
<string>-</string>
|
<string>-</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Program Counter Value</string>
|
<string>Program Counter Value (byte address)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user