aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-load.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-04-22 16:50:32 -0600
committerTom Tromey <tom@tromey.com>2021-04-22 19:44:12 -0600
commitdbc0e7ce6537812b0fafb4865520a1d35b1931dc (patch)
tree4a2e855fc67d53ec47dcbe22d540fc83d5050cd8 /sim/common/sim-load.c
parent432ce4cf6800a3693656fde1306d83ce767e2b2a (diff)
downloadfsf-binutils-gdb-dbc0e7ce6537812b0fafb4865520a1d35b1931dc.zip
fsf-binutils-gdb-dbc0e7ce6537812b0fafb4865520a1d35b1931dc.tar.gz
fsf-binutils-gdb-dbc0e7ce6537812b0fafb4865520a1d35b1931dc.tar.bz2
Fix sim build failure
On x86-64 Fedora 32, the sim was failing to build. sim_events_schedule was passing a 'dummy' argument to sim_events_schedule_vtracef, which caused an error because the format parameter was NULL. However, removing this dummy argument caused an error because too few arguments were being passed -- catch 22. This patch fixes the build problem by using sim_events_schedule_tracef instead. sim/common/ChangeLog 2021-04-22 Tom Tromey <tom@tromey.com> * sim-events.c (sim_events_schedule): Use sim_events_schedule_tracef.
Diffstat (limited to 'sim/common/sim-load.c')
0 files changed, 0 insertions, 0 deletions