mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-16 20:17:05 +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.
|
||||
//!
|
||||
//! \note Only used to hold ARM-specific enumerations and static functions.
|
||||
struct Inst {
|
||||
namespace Inst {
|
||||
//! Instruction id.
|
||||
enum Id : uint32_t {
|
||||
// ${InstId:Begin}
|
||||
|
||||
Reference in New Issue
Block a user