aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp2
1 files changed, 1 insertions, 1 deletions
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);