Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SMPStaticAnalyzer
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
SMPStaticAnalyzer
Commits
0a39c68a
Commit
0a39c68a
authored
4 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Updates for ubuntu20's compiler
parent
434f4a49
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/interfaces/idapro/STARSInstruction.h
+1
-2
1 addition, 2 deletions
include/interfaces/idapro/STARSInstruction.h
include/interfaces/idapro/all.h
+2
-0
2 additions, 0 deletions
include/interfaces/idapro/all.h
with
3 additions
and
2 deletions
include/interfaces/idapro/STARSInstruction.h
+
1
−
2
View file @
0a39c68a
...
...
@@ -78,9 +78,8 @@ class STARS_IDA_Instruction_t : public STARS_Instruction_t
public:
// Constructors and destructors
STARS_IDA_Instruction_t
(
const
STARS_InstructionID_t
&
p_id
)
:
STARS_Instruction_t
(
p_id
),
ImplicitDEFs
(
false
)
{
STARS_IDA_Instruction_t
(
const
STARS_InstructionID_t
&
p_id
)
:
STARSCmd
({}),
STARS_Instruction_t
(
p_id
),
ImplicitDEFs
(
false
)
{
if
(
STARS_IsSSAMarkerPseudoID
(
p_id
.
GetIDWithinFile
()))
{
// SSA marker pseudo-inst
(
void
)
memset
(
&
(
STARScmd
),
0
,
sizeof
(
STARScmd
));
STARScmd
.
itype
=
NN_fnop
;
STARScmd
.
size
=
1
;
}
...
...
This diff is collapsed.
Click to expand it.
include/interfaces/idapro/all.h
+
2
−
0
View file @
0a39c68a
...
...
@@ -5,6 +5,7 @@
// eventually move these into idapro/all.h
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#pragma GCC diagnostic ignored "-Wclass-memaccess"
#include
<fpro.h>
#include
<pro.h>
#include
<ida.hpp>
...
...
@@ -17,6 +18,7 @@
#include
<segment.hpp>
#pragma GCC diagnostic pop
#pragma GCC diagnostic pop
#pragma GCC diagnostic pop
#include
<assert.h>
...
...
This diff is collapsed.
Click to expand it.
Jason Hiser
@jdh8d
mentioned in commit
576dd962
·
4 years ago
mentioned in commit
576dd962
mentioned in commit 576dd9627b5091bde67d913651148c95d28783ff
Toggle commit list
Jason Hiser
@jdh8d
mentioned in commit
30a39087
·
4 years ago
mentioned in commit
30a39087
mentioned in commit 30a39087bc7855f82f6b24e6aacaf94370a97769
Toggle commit list
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