Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information