mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
BMR, Use your Brain, Semi/Semi2k.
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
#include "Thread.h"
|
||||
#include "Program.h"
|
||||
|
||||
#include "ReplicatedSecret.h"
|
||||
#include "Secret.h"
|
||||
|
||||
#include "Networking/CryptoPlayer.h"
|
||||
|
||||
namespace GC
|
||||
@@ -76,7 +73,7 @@ void Thread<T>::run()
|
||||
template<class T>
|
||||
void Thread<T>::run(Program<T>& program)
|
||||
{
|
||||
while (program.execute(processor) != DONE_BREAK)
|
||||
while (program.execute(processor, master.memory) != DONE_BREAK)
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user