Fix a fallthrough?

This commit is contained in:
Paul Fd 2024-01-18 23:22:10 +01:00 committed by Paul Ferrand
parent df0806f157
commit ad9c857513

View file

@ -442,7 +442,7 @@ void Synth::Impl::handleControlOpcodes(const std::vector<Opcode>& members)
{
FilePool& filePool = resources_.getFilePool();
filePool.setRamLoading(member.read(Default::ramBased));
}
} break;
case hash("hint_stealing"):
switch(hash(member.value)) {
case hash("first"):