This commit is contained in:
SimoneN64
2024-01-17 18:37:29 +01:00
parent c4f021cb9d
commit 7f65b5eb53

View File

@@ -99,7 +99,6 @@ struct Cop1 {
template <class T> // either JIT or Interpreter template <class T> // either JIT or Interpreter
void decode(T&, u32); void decode(T&, u32);
friend struct Interpreter; friend struct Interpreter;
friend struct JIT;
void SetCauseUnimplemented(); void SetCauseUnimplemented();
void SetCauseUnderflow(); void SetCauseUnderflow();