Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
af94ef04
Commit
af94ef04
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
removed commented code
Former-commit-id: 49b68c5311222daf510a36ca098dbb792457d17c
parent
92a77066
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libtransform/include/Rewrite_Utility.hpp
+0
-11
0 additions, 11 deletions
libtransform/include/Rewrite_Utility.hpp
with
0 additions
and
11 deletions
libtransform/include/Rewrite_Utility.hpp
+
0
−
11
View file @
af94ef04
...
...
@@ -24,16 +24,6 @@ using namespace libIRDB;
using
namespace
std
;
namespace
IRDBUtility
{
// make sure these match values in detector_handlers.h in the strata library
/*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.
//This duplicate is returned since the user already has a pointer to first.
...
...
@@ -63,7 +53,6 @@ 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 );
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment