target/i386: tcg: move gen_set/reset_* earlier in the file
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 15 Dec 2024 09:06:05 +0000 (10:06 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Jan 2025 10:35:33 +0000 (11:35 +0100)
commit4d7704ebc59a1f52d6ab65e5fff8e3160c1f4d79
tree0ee3a7cd1bcad0a012127283ce731430d8671187
parent0eb7046e1bbe83468169a74b1886fa9c2605ffa7
target/i386: tcg: move gen_set/reset_* earlier in the file

Allow using them in the code that translates REP/REPZ, without
forward declarations.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Link: https://lore.kernel.org/r/20241215090613.89588-7-pbonzini@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c