Skip to content

Commit

Permalink
Bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkskeller committed Sep 13, 2018
1 parent 216eb0a commit 0ef07c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FHEOffline/SimpleMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void MachineBase::throughput_loop()
void* MachineBase::run_throughput_loop(void* machine)
{
pthread_detach(pthread_self());
((SimpleMachine*)machine)->throughput_loop();
((MachineBase*)machine)->throughput_loop();
return 0;
}

Expand Down

0 comments on commit 0ef07c6

Please sign in to comment.