This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
irvin
/
suyu
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
kernel: ensure class token lambda exit is unreachable
Liam
hace 4 años
padre
8fea7e56e5
commit
6f59e2676b
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/core/hle/kernel/k_class_token.h
+ 1
- 0
src/core/hle/kernel/k_class_token.h
Ver fichero
@@ -49,6 +49,7 @@ private:
}
}
}
+ UNREACHABLE();
}();
template <typename T>