Fix a fallthrough?
This commit is contained in:
parent
df0806f157
commit
ad9c857513
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ void Synth::Impl::handleControlOpcodes(const std::vector<Opcode>& members)
|
||||||
{
|
{
|
||||||
FilePool& filePool = resources_.getFilePool();
|
FilePool& filePool = resources_.getFilePool();
|
||||||
filePool.setRamLoading(member.read(Default::ramBased));
|
filePool.setRamLoading(member.read(Default::ramBased));
|
||||||
}
|
} break;
|
||||||
case hash("hint_stealing"):
|
case hash("hint_stealing"):
|
||||||
switch(hash(member.value)) {
|
switch(hash(member.value)) {
|
||||||
case hash("first"):
|
case hash("first"):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue