Home
last modified time | relevance | path

Searched hist:c8074023204e8e8a213399961ab56e2814aa6116 (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.cc8074023204e8e8a213399961ab56e2814aa6116 Mon Feb 08 23:43:42 UTC 2016 Richard Henderson <rth@twiddle.net> tcg: Work around clang bug wrt enum ranges

A subsequent patch patch will change 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>