]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/mips: Define gen_helper() macros in translate.h
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 15 Aug 2021 14:02:41 +0000 (16:02 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commit761533fc9a8df2e7d276b7e1fc22cad7d0fd0352
tree067f36856a89979c577dc7da85b9d67f5925965c
parenta8b18de7f5f8283633e5fc3378fbd6d0c9f4a1ae
target/mips: Define gen_helper() macros in translate.h

To be able to split some code calling the gen_helper() macros
out of the huge translate.c, we need to define them in the
'translate.h' local header.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210816205107.2051495-9-f4bug@amsat.org>
target/mips/tcg/translate.c
target/mips/tcg/translate.h