(svn r11616) -Fix [FS#1526]: sometimes large values could go off the chart.

This commit is contained in:
rubidium
2007-12-10 22:26:24 +00:00
parent 4320447aef
commit 28c436a054
2 changed files with 9 additions and 8 deletions

View File

@@ -211,7 +211,7 @@ static inline uint8 FindFirstBit2x64(const int value)
}
uint8 FindFirstBit(uint32 x);
uint8 FindLastBit(uint32 x);
uint8 FindLastBit(uint64 x);
/**
* Clear the first bit in an integer.