summaryrefslogtreecommitdiff
path: root/src/analysis/type.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-08-14 19:54:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-08-14 19:54:31 (GMT)
commita6c0351774988094a51c9502f2a8e07633956263 (patch)
treedcaad9d00b6ce130d9af012286899ab877cc82cb /src/analysis/type.h
parent0daed1fa6212eb83b65ccd10c9f2c80bf12c6d27 (diff)
Improve the object padding exploitation for operands.
Diffstat (limited to 'src/analysis/type.h')
-rw-r--r--src/analysis/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/type.h b/src/analysis/type.h
index 819af38..f5cc242 100644
--- a/src/analysis/type.h
+++ b/src/analysis/type.h
@@ -65,7 +65,7 @@ typedef enum _TypeFlag
TFL_SINGLETON = (1 << 1), /* Singleton effectif */
TFL_USER_LOW_BIT = (1 << 2), /* Premier bit libre */
- TFL_USER_HIGH_BIT = (1 << 6) /* Dernier bit libre */
+ TFL_USER_HIGH_BIT = (1 << 7) /* Dernier bit libre */
} TypeFlag;