Changed a64::Inst to a namespace instead of struct (#449)

This commit is contained in:
Xingyu Xie
2024-10-16 18:58:47 +02:00
committed by GitHub
parent 2e93826348
commit 514a89f4c4

View File

@@ -21,7 +21,7 @@ ASMJIT_BEGIN_SUB_NAMESPACE(a64)
//! AArch64 instruction. //! AArch64 instruction.
//! //!
//! \note Only used to hold ARM-specific enumerations and static functions. //! \note Only used to hold ARM-specific enumerations and static functions.
struct Inst { namespace Inst {
//! Instruction id. //! Instruction id.
enum Id : uint32_t { enum Id : uint32_t {
// ${InstId:Begin} // ${InstId:Begin}