sim: cris: fix memory setup typos
authorMike Frysinger <vapier@gentoo.org>
Mon, 24 May 2021 03:27:40 +0000 (23:27 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 24 May 2021 03:43:37 +0000 (23:43 -0400)
commitd16ce6e4d581bcd25c7d9a402c19824c59f04276
tree71cd854ed4ef02ac742c86f10a940b8ff8703e3d
parentd699be882b42f36677836c320edbf7db24021a30
sim: cris: fix memory setup typos

The cleanup to use BFD_VMA_FMT also adjusted this line, but used the
incorrect format: while BFD_VMA_FMT needs an explicit "x", PRIx32 does
not, so the spurious "x" here confused the parser and broke execution.
sim/cris/ChangeLog
sim/cris/sim-if.c
This page took 0.168771 seconds and 4 git commands to generate.