mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 14:38:18 +02:00
x86: ifdef out unused function cptr.
This commit is contained in:
parent
22d2547ad1
commit
987e9188d2
1 changed files with 2 additions and 0 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue