commit | a6eeb20a42a854f9127dcf1a0b54ed8c4f50f27c | [log] [tgz] |
---|---|---|
author | Christoph Müllner <christoph.muellner@vrull.eu> | Fri Sep 30 12:15:14 2022 +0200 |
committer | Philipp Tomsich <philipp.tomsich@vrull.eu> | Fri Sep 30 16:54:33 2022 +0200 |
tree | 75011a5d9e840d1775a730fb1d685e9209bfdf8e | |
parent | 0b8c36f7177afa59cb1527c62c3d04030c9a092d [diff] |
RISC-V: Eliminate long-casts of X_add_number in diagnostics There is no need for casts to (signed/unsigned) long, as we can use C99's PRId64/PRIu64 format specifiers.