Skip to content

Commit

Permalink
Added error not implemented error in TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottEgerton committed Jun 12, 2019
1 parent 3c2f021 commit 1870e65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Simulators/TEMPLATE/Emulator_TEMPLATE.cpp
Expand Up @@ -24,6 +24,7 @@
*/

#include "Emulator_TEMPLATE.hpp"
#include "Error.hpp"
#include "Execution.hpp"

const GILES::Internal::Execution GILES::Internal::Emulator_TEMPLATE::Run_Code()
Expand All @@ -32,4 +33,6 @@ const GILES::Internal::Execution GILES::Internal::Emulator_TEMPLATE::Run_Code()
//! @note m_program_path Should contain the path to the target program.
//! @note invoke_emulator(...) will return the output of a binary as a
//! string. This can be used if the emulator is a binary.
Error::Report_Error("Not yet implemented");
}

0 comments on commit 1870e65

Please sign in to comment.