mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
edaBits, ChaiGear, TopGear, CCD.
This commit is contained in:
@@ -3,12 +3,17 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef GC_PROGRAM_HPP_
|
||||
#define GC_PROGRAM_HPP_
|
||||
|
||||
#include <GC/Program.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "Tools/callgrind.h"
|
||||
|
||||
#include "Instruction.hpp"
|
||||
|
||||
namespace GC
|
||||
{
|
||||
|
||||
@@ -133,3 +138,5 @@ BreakType Program<T>::execute(Processor<T>& Proc, U& dynamic_memory,
|
||||
}
|
||||
|
||||
} /* namespace GC */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user