sim: include stdarg.h when used
authorMike Frysinger <vapier@gentoo.org>
Sun, 5 Dec 2021 02:04:41 +0000 (21:04 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 5 Dec 2021 03:09:42 +0000 (22:09 -0500)
commit2c29882f833f634d776b19fa15a1f1bad70bf447
tree40925a6a8590fa8e8389caee67e97004f0a040dc
parent20a8e078cc573f85f7262f7b87be3cf8e8a6424f
sim: include stdarg.h when used

Avoid implicit include deps with this to help untangle sim headers
so we can get rid of arch-specific sim-main.h.
20 files changed:
sim/common/cgen-trace.c
sim/common/hw-device.c
sim/common/hw-device.h
sim/common/hw-events.c
sim/common/hw-events.h
sim/common/hw-tree.c
sim/common/hw-tree.h
sim/common/sim-abort.c
sim/common/sim-engine.c
sim/common/sim-engine.h
sim/common/sim-events.c
sim/common/sim-events.h
sim/common/sim-hw.c
sim/common/sim-hw.h
sim/common/sim-io.c
sim/common/sim-io.h
sim/common/sim-profile.c
sim/common/sim-trace.c
sim/common/sim-trace.h
sim/common/sim-utils.c