This commit is contained in:
Markus Fröschle
2013-05-02 14:59:02 +00:00
parent b7e307a96a
commit 3bdfe8655c

View File

@@ -21,7 +21,7 @@ static cookie_fun old_vector = NULL;
static long cookieptr (void)
{
return *((long *)0x5a0L);
return * (uint32_t *) 0x5a0L;
}
static int getcookie(uint32_t cookie, uint32_t *p_value)