]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update for recent change to OSet interface.
authorNicholas Nethercote <njn@valgrind.org>
Sun, 25 Dec 2005 06:30:34 +0000 (06:30 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 25 Dec 2005 06:30:34 +0000 (06:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5437

memcheck/tests/oset_test.c

index 6c06f2e91f73362d2e4a9abf18a3d2550213e192..fb9e44008287554690ebfcfe5ce8c2f69573c432 100644 (file)
@@ -212,7 +212,7 @@ static Char *blockToStr(void *p)
    return buf;
 }
 
-static Int blockCmp(void* vkey, void* velem)
+static Word blockCmp(void* vkey, void* velem)
 {
    Addr   key  = *(Addr*)vkey;
    Block* elem = (Block*)velem;