OSDN Git Service

tcg: Move sorted_args into TCGArgConstraint.sort_index
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 4 Apr 2019 02:37:38 +0000 (09:37 +0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Oct 2020 10:57:32 +0000 (05:57 -0500)
commit66792f90f14fef18b25a168922877a367ecdca05
tree7d0523f16258e00a1b676dc5e557ea73b2007cc5
parent9be0d08019465b38e2f1a605960961a491430c21
tcg: Move sorted_args into TCGArgConstraint.sort_index

This uses an existing hole in the TCGArgConstraint structure
and will be convenient for keeping the data in one place.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg.h
tcg/tcg.c