mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-07 00:48:38 +00: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
@ -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…
x
Reference in New Issue
Block a user