Re: [PATCH v3 1/1] cputlb: Make store_helper less fragile to compiler optimizations

2020-08-14 Thread Shu-Chun Weng
Can confirm this fixed the build in our configuration. Thank you. Shu-Chun On Thu, Aug 13, 2020 at 1:40 PM Richard Henderson < richard.hender...@linaro.org> wrote: > This has no functional change. > > The current function structure is: > > inline QEMU_ALWAYSINLINE > store_memop() { >

[PATCH v3 1/1] cputlb: Make store_helper less fragile to compiler optimizations

2020-08-13 Thread Richard Henderson
This has no functional change. The current function structure is: inline QEMU_ALWAYSINLINE store_memop() { switch () { ... default: qemu_build_not_reached(); } } inline QEMU_ALWAYSINLINE store_helper() { ... if (s