On Mon, Dec 14, 2020 at 6:02 AM Richard Henderson <[email protected]> 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 <[email protected]> > --- > accel/tcg/translate-all.c | 60 ++++++++++++++++++++++----------------- > 1 file changed, 34 insertions(+), 26 deletions(-)
Reviewed-by: Joelle van Dyne <[email protected]>
