Przeglądaj źródła

kernel: ensure class token lambda exit is unreachable

Liam 4 lat temu
rodzic
commit
6f59e2676b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/core/hle/kernel/k_class_token.h

+ 1 - 0
src/core/hle/kernel/k_class_token.h

@@ -49,6 +49,7 @@ private:
                 }
                 }
             }
             }
         }
         }
+        UNREACHABLE();
     }();
     }();
 
 
     template <typename T>
     template <typename T>