8166433: AArch64: Fix for JDK-8163014 broke AArch64 build

Reviewed-by: adinn, coleenp
This commit is contained in:
Andrew Dinn 2016-09-22 09:18:16 -04:00
parent 3dad87645d
commit 200e239278

View file

@ -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) {