Skip to content

Commit

Permalink
fix function selection
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Dec 10, 2024
1 parent d64961b commit 27129cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/firestarter/FunctionSelection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ auto FunctionSelection::selectAvailableFunction(unsigned FunctionId,
// found function
return Platform.Config->cloneConcreate(ProcessorICacheSize, Platform.ThreadCount);
}
Id++;
}

throw std::invalid_argument("unknown function id: " + std::to_string(FunctionId) + ", see --avail for available ids");
Expand Down

0 comments on commit 27129cc

Please sign in to comment.