64bit windows patch from phrosty

This commit is contained in:
Bill Currie 2007-04-04 07:48:14 +00:00 committed by Jeff Teunissen
parent 51a7392730
commit ff132bb536
44 changed files with 3335 additions and 80 deletions

View file

@ -1144,7 +1144,7 @@ VISIBLE opcode_t pr_opcodes[] = {
};
static unsigned long
static uintptr_t
opcode_get_hash (void *op, void *unused)
{
return ((opcode_t *)op)->opcode;