ELF: fix sh_flag bitset enum
This commit is contained in:
+3
-3
@@ -49,9 +49,9 @@ enum class sec_type : u32
|
|||||||
|
|
||||||
enum class sh_flag : u32
|
enum class sh_flag : u32
|
||||||
{
|
{
|
||||||
shf_write = 1,
|
shf_write,
|
||||||
shf_alloc = 2,
|
shf_alloc,
|
||||||
shf_execinstr = 4,
|
shf_execinstr,
|
||||||
|
|
||||||
__bitset_enum_max
|
__bitset_enum_max
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user