On 11/21/20 9:17 PM, Richard Henderson wrote:
> On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote:
>> +++ b/target/mips/vendor-tx_translate.c.inc
>> @@ -41,6 +41,8 @@
>>
>> #if defined(TARGET_MIPS64)
>>
>> +#include "vendor-tx-mmi_translate.c.inc"
>
> Do you really want to nest include files
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote:
> +++ b/target/mips/vendor-tx_translate.c.inc
> @@ -41,6 +41,8 @@
>
> #if defined(TARGET_MIPS64)
>
> +#include "vendor-tx-mmi_translate.c.inc"
Do you really want to nest include files like this?
r~
Extract 600 lines of the the Toshiba TX79 multimedia
translation routines to 'vendor-tx-mmi_translate.c.inc'.
Signed-off-by: Philippe Mathieu-Daudé
---
target/mips/translate.c | 567 -
target/mips/vendor-tx-mmi_translate.c.inc | 573 ++
t