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
4b25a161
Commit
4b25a161
authored
7 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
Former-commit-id: 8c5a2b2bf03c5a079ddb3cc5c6334f7bf9299cc7
parent
47eab307
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitattributes
+1
-0
1 addition, 0 deletions
.gitattributes
libIRDB/include/decode/decode.hpp
+20
-0
20 additions, 0 deletions
libIRDB/include/decode/decode.hpp
with
21 additions
and
0 deletions
.gitattributes
+
1
−
0
View file @
4b25a161
...
...
@@ -223,6 +223,7 @@ libIRDB/include/core/reloc.hpp -text
libIRDB/include/core/scoop.hpp -text
libIRDB/include/core/type.hpp -text
libIRDB/include/core/variantid.hpp -text
libIRDB/include/decode/decode.hpp -text
libIRDB/include/decode/decode_bea.hpp -text
libIRDB/include/decode/decode_cs.hpp -text
libIRDB/include/decode/decode_meta.hpp -text
...
...
This diff is collapsed.
Click to expand it.
libIRDB/include/decode/decode.hpp
0 → 100644
+
20
−
0
View file @
4b25a161
#ifndef libdecode_decode_hpp
#define libdecode_decode_hpp
#include
<decode/decode_meta.hpp>
#include
<decode/operand_meta.hpp>
namespace
libIRDB
{
using
namespace
std
;
using
namespace
libIRDB
;
typedef
DecodedInstructionMeta_t
DecodedInstruction_t
;
typedef
DecodedOperandMeta_t
DecodedOperand_t
;
typedef
DecodedOperandMetaVector_t
DecodedOperandVector_t
;
}
#endif
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