comparison src/cpu/zero/vm/assembler_zero.cpp @ 7204:f0c2369fda5a

8003250: SPARC: move MacroAssembler into separate file Reviewed-by: jrose, kvn
author twisti
date Thu, 06 Dec 2012 09:57:41 -0800
parents 2cd5e15048e6
children 0c535211ef13
comparison
equal deleted inserted replaced
7201:c5d414e98fd4 7204:f0c2369fda5a
43 #endif 43 #endif
44 44
45 int AbstractAssembler::code_fill_byte() { 45 int AbstractAssembler::code_fill_byte() {
46 return 0; 46 return 0;
47 } 47 }
48
49 #ifdef ASSERT
50 bool AbstractAssembler::pd_check_instruction_mark() {
51 ShouldNotCallThis();
52 }
53 #endif
48 54
49 void Assembler::pd_patch_instruction(address branch, address target) { 55 void Assembler::pd_patch_instruction(address branch, address target) {
50 ShouldNotCallThis(); 56 ShouldNotCallThis();
51 } 57 }
52 58