Skip to content
Snippets Groups Projects
Commit 0b278d25 authored by Matthew McGill's avatar Matthew McGill
Browse files

Modified Rewrite_Utility.hpp to now include unused definitions that conflicted...

Modified Rewrite_Utility.hpp to now include unused definitions that conflicted with globals.h used in p1transform


Former-commit-id: 1a1b516e51de566de2feedd2542d5d4e07c0be55
parent 5f33caa2
No related branches found
No related tags found
No related merge requests found
......@@ -25,14 +25,14 @@ using namespace std;
namespace IRDBUtility {
// make sure these match values in detector_handlers.h in the strata library
enum mitigation_policy
/*enum mitigation_policy
{
P_NONE=0,
P_CONTINUE_EXECUTION,
P_CONTROLLED_EXIT,
P_CONTINUE_EXECUTION_SATURATING_ARITHMETIC,
P_CONTINUE_EXECUTION_WARNONLY
};
};*/
//The "first" instruction will have its contents replaced and a duplicate of "first" will be in the follow of first.
......@@ -63,7 +63,7 @@ void copyInstruction(Instruction_t* src, Instruction_t* dest);
Instruction_t* allocateNewInstruction(FileIR_t* virp, db_id_t p_fileID,Function_t* func);
Instruction_t* allocateNewInstruction(FileIR_t* virp, Instruction_t *template_instr);
void setInstructionAssembly(FileIR_t* virp,Instruction_t *p_instr, string p_assembly, Instruction_t *p_fallThrough, Instruction_t *p_target);
Instruction_t* getHandlerCode(FileIR_t* virp, Instruction_t* fallthrough, mitigation_policy policy );
//Instruction_t* getHandlerCode(FileIR_t* virp, Instruction_t* fallthrough, mitigation_policy policy );
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment