From 514a89f4c47b22328285e445c3298a377b9ce02a Mon Sep 17 00:00:00 2001 From: Xingyu Xie Date: Wed, 16 Oct 2024 18:58:47 +0200 Subject: [PATCH] Changed a64::Inst to a namespace instead of struct (#449) --- src/asmjit/arm/a64globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asmjit/arm/a64globals.h b/src/asmjit/arm/a64globals.h index 8093885..720b6f1 100644 --- a/src/asmjit/arm/a64globals.h +++ b/src/asmjit/arm/a64globals.h @@ -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}