diff options
Diffstat (limited to 'include/opcode/sparc.h')
-rw-r--r-- | include/opcode/sparc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/sparc.h b/include/opcode/sparc.h index 7e44408..6c66771 100644 --- a/include/opcode/sparc.h +++ b/include/opcode/sparc.h @@ -80,6 +80,10 @@ typedef struct sparc_opcode_arch (SPARC_OPCODE_ARCH_MASK (..._V6) | SPARC_OPCODE_ARCH_MASK (..._V7)). These are short's because sparc_opcode.architecture is. */ short supported; + /* Bitmaps describing the set of hardware capabilities implemented + by the opcode arch. */ + int hwcaps; + int hwcaps2; } sparc_opcode_arch; extern const struct sparc_opcode_arch sparc_opcode_archs[]; |