change opcode type to U8

This commit is contained in:
Nikita Smith
2025-09-30 16:36:35 -07:00
parent 0e9739f964
commit 0f9df9bc40
+1 -1
View File
@@ -1575,7 +1575,7 @@ X(GNU_ParameterRef, 0xfa, 1) \
X(GNU_AddrIndex, 0xfb, 0) \
X(GNU_ConstIndex, 0xfc, 1)
typedef U64 DW_ExprOp;
typedef U8 DW_ExprOp;
typedef enum DW_ExprOpEnum
{
#define X(_N, _ID, _OPER_COUNT) DW_ExprOp_##_N = _ID,