mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-2262 Encoder
This commit is contained in:
parent
ae79857b42
commit
aa038c3636
96 changed files with 2701 additions and 2484 deletions
|
@ -16,7 +16,8 @@
|
|||
#include "op.hh"
|
||||
#include "funcdata.hh"
|
||||
|
||||
ElementId ELEM_IOP = ElementId("iop",110);
|
||||
ElementId ELEM_IOP = ElementId("iop",113);
|
||||
ElementId ELEM_UNIMPL = ElementId("unimpl",114);
|
||||
|
||||
const string IopSpace::NAME = "iop";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue