< prev index next >

src/cpu/sparc/vm/vm_version_sparc.hpp

Print this page

        

*** 27,36 **** --- 27,37 ---- #include "runtime/globals_extension.hpp" #include "runtime/vm_version.hpp" class VM_Version: public Abstract_VM_Version { + friend class VMStructs; protected: enum Feature_Flag { v8_instructions = 0, hardware_mul32 = 1, hardware_div32 = 2,
< prev index next >