8074723: AARCH64: Stray pop in C1 LIR_Assembler::emit_profile_type
Remove stray POP instruction Reviewed-by: dholmes
This commit is contained in:
parent
cf1f3d308b
commit
bb8dc09453
@ -2776,7 +2776,6 @@ void LIR_Assembler::emit_profile_type(LIR_OpProfileType* op) {
|
||||
|
||||
__ stop("unexpected profiling mismatch");
|
||||
__ bind(ok);
|
||||
__ pop(tmp);
|
||||
}
|
||||
#endif
|
||||
// first time here. Set profile type.
|
||||
|
Loading…
Reference in New Issue
Block a user