Drop PREFETCH macro unused since 6b534134a7
This commit is contained in:
parent
fcfe36b733
commit
7202bf9ed8
@ -17,13 +17,6 @@ typedef unsigned long lindex_t;
|
|||||||
typedef VALUE GENTRY;
|
typedef VALUE GENTRY;
|
||||||
typedef rb_iseq_t *ISEQ;
|
typedef rb_iseq_t *ISEQ;
|
||||||
|
|
||||||
#ifdef __GNUC__
|
|
||||||
/* TODO: machine dependent prefetch instruction */
|
|
||||||
#define PREFETCH(pc)
|
|
||||||
#else
|
|
||||||
#define PREFETCH(pc)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if VMDEBUG > 0
|
#if VMDEBUG > 0
|
||||||
#define debugs printf
|
#define debugs printf
|
||||||
#define DEBUG_ENTER_INSN(insn) \
|
#define DEBUG_ENTER_INSN(insn) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user