aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index 4bee194e296..677791c594f 100644
--- a/src/data.c
+++ b/src/data.c
@@ -3311,8 +3311,8 @@ pre_value (bool precondition, int value)
3311 return precondition ? value : 0; 3311 return precondition ? value : 0;
3312} 3312}
3313 3313
3314/* Compute the number of trailing zero bits in val. If val is zero, 3314/* Compute the number of trailing zero bits in VAL. VAL must not be zero. */
3315 return the number of bits in val. */ 3315
3316static int 3316static int
3317count_trailing_zero_bits (bits_word val) 3317count_trailing_zero_bits (bits_word val)
3318{ 3318{