commit | c8b76e1ec346de509dbcc2c6dfc4519c572f7322 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Feb 03 13:18:25 2022 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Mar 07 07:52:59 2022 -0700 |
tree | 103e21c08c6ecfdbb7471bd1c3b136fb5224b55b | |
parent | 36f5ca535d0cffb4d9767f4471ac632dddd94c3b [diff] |
Let phex and phex_nz handle sizeof_l==1 Currently, neither phex nor phex_nz handle sizeof_l==1 -- they let this case fall through to the default case. However, a subsequent patch in this series needs this case to work correctly. I looked at all calls to these functions that pass a 1 for the sizeof_l parameter. The only such case seems to be correct with this change.