Home
last modified time | relevance | path

Searched hist:"869938 ae" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg.c869938ae Tue Feb 09 12:20:16 CST 2016 Richard Henderson <rth@twiddle.net> tcg: Work around clang bug wrt enum ranges, part 2

A previous patch patch changed the type of REG from int
to enum TCGReg, which provokes the following bug in clang:

https://llvm.org/bugs/show_bug.cgi?id=16154

Signed-off-by: Richard Henderson <rth@twiddle.net>