Re: [PATCH] decodetree: Allow custom var width load functions

2021-04-13 Thread Richard Henderson
On 4/13/21 11:16 AM, Luis Pires wrote: This is useful in situations where you want decodetree to handle variable width instructions but you want to provide custom code to load the instructions. Suppressing the generation of the load function is necessary to avoid compilation errors due to the loa

RE: [PATCH] decodetree: Allow custom var width load functions

2021-04-13 Thread Luis Fernando Fujita Pires
Please ignore this. I'll resend as part of a patch series. -Original Message- From: Luis Pires Sent: terça-feira, 13 de abril de 2021 15:16 To: qemu-devel@nongnu.org Cc: richard.hender...@linaro.org; qemu-...@nongnu.org; Luis Fernando Fujita Pires Subject: [PATCH] decodetree: Allow cus