sim: io: tweak compiler workaround with error output
authorMike Frysinger <vapier@gentoo.org>
Thu, 11 Nov 2021 05:14:46 +0000 (00:14 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 11 Nov 2021 05:16:33 +0000 (00:16 -0500)
commit40f64666780b1c6511c49aca6d6016f11b58e785
treee6fd8875469fe5e0b150f9c3f52ea531f4e27b77
parentbebe33486cfbd26fed33caa6c8edc49cbdb74aa4
sim: io: tweak compiler workaround with error output

Outputting an extra space broke a cris test.  Change the workaround
to use %s with an empty string to avoid the compiler warning but not
output an extra space.
sim/common/sim-io.c