sim: add noreturn markings to more hw abort/halt funcs
authorMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 21:52:08 +0000 (21:52 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 21:52:08 +0000 (21:52 +0000)
commit5f78776ab10ca691df6a39760795257e30121be5
treeaf17830010a40e221de6a5cfe825c1931ed96bbe
parent0df8b4180acb4890d058c92753dafcd4ff0a87d1
sim: add noreturn markings to more hw abort/halt funcs

These functions either call abort() themselves, or call functions which
are already marked noreturn.  Either way, they don't return, so mark them
as such so calling code can assume this.  This fixes some uninitialized
warnings due to code paths that end in an abort function.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
sim/common/ChangeLog
sim/common/hw-device.h
sim/common/sim-hw.h
This page took 0.026494 seconds and 4 git commands to generate.