mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8166433: AArch64: Fix for JDK-8163014 broke AArch64 build
Reviewed-by: adinn, coleenp
This commit is contained in:
parent
3dad87645d
commit
200e239278
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ void InterpreterMacroAssembler::push_i(Register r) {
|
|||
|
||||
void InterpreterMacroAssembler::push_l(Register r) {
|
||||
str(zr, pre(esp, -wordSize));
|
||||
str(r, pre(esp, -wordsize));
|
||||
str(r, pre(esp, - wordSize));
|
||||
}
|
||||
|
||||
void InterpreterMacroAssembler::pop_f(FloatRegister r) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue