diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-02-09 14:03:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-02-09 14:03:11 (GMT) |
commit | 76f44a20a5b277d7cbc441c4e71943d4e5507a9d (patch) | |
tree | beb0d9427677aba523c2ae17c6b33b0c32c280a9 /ChangeLog | |
parent | 5fb8fb821698f43e9e2306841ff1f5a77876aed8 (diff) |
Set the initial display value and avoided to pad octal and decimal values.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |