Browse Source

kernel: ensure class token lambda exit is unreachable

Liam 4 năm trước cách đây
mục cha
commit
6f59e2676b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>