summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-02-09 14:03:11 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-02-09 14:03:11 (GMT)
commit76f44a20a5b277d7cbc441c4e71943d4e5507a9d (patch)
treebeb0d9427677aba523c2ae17c6b33b0c32c280a9 /ChangeLog
parent5fb8fb821698f43e9e2306841ff1f5a77876aed8 (diff)
Set the initial display value and avoided to pad octal and decimal values.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4f72b4..128478a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+16-02-09 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/archbase.h:
+ Fix a bug by handling non rugular sizes of values.
+
+ * src/arch/immediate.c:
+ * src/arch/immediate.h:
+ Set the initial display value and avoid to pad octal and decimal values.
+ Provide a conversion to 'phys_t' types.
+
16-02-03 Cyrille Bagard <nocbos@gmail.com>
* src/arch/immediate.c: