mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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) {
|
||||
_code_pos += bytes;
|
||||
sync();
|
||||
code_section()->set_end(code_section()->end() + bytes);
|
||||
}
|
||||
|
||||
RegisterOrConstant MacroAssembler::delayed_value_impl(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue