Re: [PATCH v2 3/6] target/mips: Include missing "tcg/tcg.h" header

2021-02-20 Thread Philippe Mathieu-Daudé
On 2/8/21 12:23 AM, Philippe Mathieu-Daudé wrote: > Commit 83be6b54123 ("Fix MSA instructions LD. on big endian > host") introduced use of typedef/prototypes declared in "tcg/tcg.h" > without including it. This was not a problem because "tcg/tcg.h" is > pulled in by "exec/cpu_ldst.h". To be able to

[PATCH v2 3/6] target/mips: Include missing "tcg/tcg.h" header

2021-02-07 Thread Philippe Mathieu-Daudé
Commit 83be6b54123 ("Fix MSA instructions LD. on big endian host") introduced use of typedef/prototypes declared in "tcg/tcg.h" without including it. This was not a problem because "tcg/tcg.h" is pulled in by "exec/cpu_ldst.h". To be able to remove this header there, we first need to include it her