Browse Source

glasm: Reduce reg allocation leaks from an exception to a log

nce_cpp
ReinUsesLisp 5 years ago
committed by ameerj
parent
commit
1a02dee23a
  1. 2
      src/shader_recompiler/backend/glasm/emit_glasm.cpp

2
src/shader_recompiler/backend/glasm/emit_glasm.cpp

@ -253,7 +253,7 @@ void EmitCode(EmitContext& ctx, const IR::Program& program) {
}
}
if (!ctx.reg_alloc.IsEmpty()) {
throw LogicError("Register allocator is not empty");
// LOG_WARNING ...;
}
}

Loading…
Cancel
Save