src/cpu/sparc/vm/disassembler_sparc.hpp

Print this page

        

*** 28,37 **** static int pd_instruction_alignment() { return sizeof(int); } static const char* pd_cpu_opts() { ! return (VM_Version::v9_instructions_work()? ! (VM_Version::v8_instructions_work()? "" : "v9only") : "v8only"); } #endif // CPU_SPARC_VM_DISASSEMBLER_SPARC_HPP --- 28,36 ---- static int pd_instruction_alignment() { return sizeof(int); } static const char* pd_cpu_opts() { ! return "v9only"; } #endif // CPU_SPARC_VM_DISASSEMBLER_SPARC_HPP