mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 13:04:36 +03:00
Changed a64::Inst to a namespace instead of struct (#449)
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user