mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8004668: Build failure for Zero target
Fixed build failure for Zero target Reviewed-by: twisti, kvn
This commit is contained in:
parent
ba2a5a260d
commit
04fee0b792
1 changed files with 1 additions and 2 deletions
|
@ -72,8 +72,7 @@ void MacroAssembler::bang_stack_with_offset(int offset) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void MacroAssembler::advance(int bytes) {
|
void MacroAssembler::advance(int bytes) {
|
||||||
_code_pos += bytes;
|
code_section()->set_end(code_section()->end() + bytes);
|
||||||
sync();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RegisterOrConstant MacroAssembler::delayed_value_impl(
|
RegisterOrConstant MacroAssembler::delayed_value_impl(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue