On Mon, Dec 14, 2020 at 6:02 AM Richard Henderson <richard.hender...@linaro.org> wrote: > > Report better error messages than just "could not allocate". > Let alloc_code_gen_buffer set ctx->code_gen_buffer_size > and ctx->code_gen_buffer, and simply return bool. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > accel/tcg/translate-all.c | 60 ++++++++++++++++++++++----------------- > 1 file changed, 34 insertions(+), 26 deletions(-)
Reviewed-by: Joelle van Dyne <j...@getutm.app>