Skip to content

Commit 35677d2

Browse files
committed
fix DPUSM_OPTIONAL_MAX
1 parent 2aea41d commit 35677d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dpusm/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef enum {
2424
DPUSM_OPTIONAL_ZERO_FILL = 1 << 5,
2525
DPUSM_OPTIONAL_ALL_ZEROS = 1 << 6,
2626

27-
DPUSM_OPTIONAL_MAX = 1 << 5,
27+
DPUSM_OPTIONAL_MAX = 1 << 7,
2828
} dpusm_optional_t;
2929

3030
extern const char *DPUSM_OPTIONAL_STR[];

0 commit comments

Comments
 (0)