Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
soc:2008:memsearch [2009/03/25 07:35] mcb30 |
soc:2008:memsearch [2009/03/25 07:36] (current) mcb30 |
||
---|---|---|---|
Line 41: | Line 41: | ||
uint32_t pattern, uint32_t mask ) { | uint32_t pattern, uint32_t mask ) { | ||
uint32_t *test; | uint32_t *test; | ||
+ | | ||
assert ( ( len % sizeof ( *test ) ) == 0 ); | assert ( ( len % sizeof ( *test ) ) == 0 ); | ||
| |