From 7c3f201f2625e37807c608e718b190cc48107b9c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 13 Dec 2022 06:41:01 -0800 Subject: Implement an al::unreachable wrapper/helper --- alc/alu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/alu.cpp') diff --git a/alc/alu.cpp b/alc/alu.cpp index dc5ed122..fdb51f78 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -1714,7 +1714,7 @@ void SendSourceStateEvent(ContextBase *context, uint id, VChangeState state) break; /* Shouldn't happen. */ case VChangeState::Restart: - ASSUME(0); + al::unreachable(); } ring->writeAdvance(1); -- cgit v1.2.3