mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
Fix x86 lambda
This commit is contained in:
parent
a7476d22d4
commit
a5c094e99c
@ -2996,7 +2996,7 @@ void LIR_Assembler::emit_profile_call(LIR_OpProfileCall* op) {
|
||||
ProfileStub *stub
|
||||
= profile_capture_ratio > 1 ? new ProfileStub() : nullptr;
|
||||
|
||||
auto lambda = [op, stub] (LIR_Assembler* ce, LIR_Op* base_op) {
|
||||
auto lambda = [stub] (LIR_Assembler* ce, LIR_Op* base_op) {
|
||||
#undef __
|
||||
#define __ masm->
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user