target/mips/translate: Extract DisasContext structure
commite31309365e50a44ebaa6490445d877d8c4acb4f0
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 13 Nov 2020 18:27:28 +0000 (13 19:27 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree0b36411cf6ea7e6a22c10b426ce0ee2759563c0b
parent0dc351ca6bf5ffbdb63bbecf718d4917491b2c28
target/mips/translate: Extract DisasContext structure

Extract DisasContext to a new 'translate.h' header so
different translation files (ISA, ASE, extensions)
can use it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201207235539.4070364-2-f4bug@amsat.org>
target/mips/translate.c
target/mips/translate.h [new file with mode: 0644]