base: Handle zero fill in cprintf when printing floats.
authorGabe Black <gabeblack@google.com>
Tue, 5 Dec 2017 03:42:41 +0000 (19:42 -0800)
committerGabe Black <gabeblack@google.com>
Wed, 6 Dec 2017 01:14:31 +0000 (01:14 +0000)
commit3017314d05695207e09e87b08ca5c3cbf182c646
tree4ba803c6c2bca546a58376c93c41d3a585154de1
parent6e2829f5ddff3a070af8a01014fc9eec25c8f9a9
base: Handle zero fill in cprintf when printing floats.

The fill_zero flag was being followed for ints, but not for floats.
This makes the cprintf unit test pass.

Change-Id: I4d17a3c9327aea05e0a3c81be1886c0c9256f03c
Reviewed-on: https://gem5-review.googlesource.com/6322
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/base/cprintf_formats.hh