Explorar o código

Fix JIT fallback

tevador %!s(int64=7) %!d(string=hai) anos
pai
achega
f1ff014bca
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 3 0
      src/jit_compiler_a64.hpp
  2. 3 0
      src/jit_compiler_fallback.hpp

+ 3 - 0
src/jit_compiler_a64.hpp

@@ -69,5 +69,8 @@ namespace randomx {
 		size_t getCodeSize() {
 			return 0;
 		}
+		void enableWriting() {}
+		void enableExecution() {}
+		void enableAll() {}
 	};
 }

+ 3 - 0
src/jit_compiler_fallback.hpp

@@ -69,5 +69,8 @@ namespace randomx {
 		size_t getCodeSize() {
 			return 0;
 		}
+		void enableWriting() {}
+		void enableExecution() {}
+		void enableAll() {}
 	};
 }