mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8003250: SPARC: move MacroAssembler into separate file
Reviewed-by: jrose, kvn
This commit is contained in:
parent
42c0192ee6
commit
34733bb83c
38 changed files with 6946 additions and 7246 deletions
|
@ -46,6 +46,12 @@ int AbstractAssembler::code_fill_byte() {
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifdef ASSERT
|
||||
bool AbstractAssembler::pd_check_instruction_mark() {
|
||||
ShouldNotCallThis();
|
||||
}
|
||||
#endif
|
||||
|
||||
void Assembler::pd_patch_instruction(address branch, address target) {
|
||||
ShouldNotCallThis();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue