< prev index next >

src/cpu/zero/vm/vm_version_zero.hpp

Print this page

        

@@ -33,8 +33,9 @@
  public:
   static const char* cpu_features() {
     return "";
   }
   static void initialize();
+  static void vm_init_before_ergo() {}
 };
 
 #endif // CPU_ZERO_VM_VM_VERSION_ZERO_HPP
< prev index next >