x86: ifdef out unused function cptr.

This commit is contained in:
Vinson Lee
2009-12-15 12:32:48 -08:00
parent 22d2547ad1
commit 987e9188d2
+2
View File
@@ -7,10 +7,12 @@
#define DISASSEM 0
#define X86_TWOB 0x0f
#if 0
static unsigned char *cptr( void (*label)() )
{
return (unsigned char *)(unsigned long)label;
}
#endif
static void do_realloc( struct x86_function *p )