From d16ce6e4d581bcd25c7d9a402c19824c59f04276 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 23 May 2021 23:27:40 -0400 Subject: 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 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/cris/ChangeLog') diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index 1b4a5fe..4e7b919 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,5 +1,9 @@ 2021-05-23 Mike Frysinger + * sim-if.c (sim_open): Delete "x" after PRI macros. + +2021-05-23 Mike Frysinger + * sim-if.c: Include unistd.h. 2021-05-17 Mike Frysinger -- cgit v1.1