< prev index next >

src/cpu/aarch64/vm/stubRoutines_aarch64.hpp

Print this page
rev 12152 : [mq]: verification.patch

*** 39,49 **** return return_pc == _call_stub_return_address + (NotifySimulator ? -4 : 0); } enum platform_dependent_constants { code_size1 = 19000, // simply increase if too small (assembler will crash if too small) ! code_size2 = 22000 // simply increase if too small (assembler will crash if too small) }; class aarch64 { friend class StubGenerator; --- 39,49 ---- return return_pc == _call_stub_return_address + (NotifySimulator ? -4 : 0); } enum platform_dependent_constants { code_size1 = 19000, // simply increase if too small (assembler will crash if too small) ! code_size2 = 23000 // simply increase if too small (assembler will crash if too small) }; class aarch64 { friend class StubGenerator;
< prev index next >