sim: move sim-io.h to sim-assert.h
authorMike Frysinger <vapier@gentoo.org>
Sat, 14 Mar 2015 07:42:08 +0000 (03:42 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 14 Mar 2015 07:44:58 +0000 (03:44 -0400)
commit9312936603f4ed0de67aee3d1c4d714df16f995e
treed6e2780b1856acd58d29503e05d698bf63031b1e
parente94dfb0747eb8094295fb7e0a7c20162355e6bcd
sim: move sim-io.h to sim-assert.h

Since sim-endian.c doesn't actually use sim_io funcs, it's weird to
include the sim-io.h header here.  It's doing so only for the assert
header.  So lets relocate the include to the right place.
sim/common/ChangeLog
sim/common/sim-assert.h
sim/common/sim-endian.c
This page took 0.034401 seconds and 4 git commands to generate.