mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Update for recent change to OSet interface.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5437
This commit is contained in:
parent
a9ed901aff
commit
cda6b9e79b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user