Home
last modified time | relevance | path

Searched hist:"4196 dca63b881d85fc3c1e41da0ef22e0bc18d37" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c4196dca63b881d85fc3c1e41da0ef22e0bc18d37 Sat Jun 07 17:08:44 UTC 2014 Peter Maydell <peter.maydell@linaro.org> tcg: mark tcg_out* and tcg_patch* with attribute 'unused'

The tcg_out* and tcg_patch* functions are utility routines that may or
may not be used by a particular backend; mark them with the 'unused'
attribute to suppress spurious warnings if they aren't used.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>