mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
commit
b7afb748e9
@ -74,8 +74,7 @@ typedef Arg* (*VM_instruct_handler)(PikaObj* self,
|
|||||||
char* data);
|
char* data);
|
||||||
|
|
||||||
|
|
||||||
#define __INS_IMPL
|
|
||||||
#include "__instruction_table.h"
|
|
||||||
|
|
||||||
#if defined(__VM_DEBUG__)
|
#if defined(__VM_DEBUG__)
|
||||||
static Arg* VM_instruction_handler_NON(PikaObj* self,
|
static Arg* VM_instruction_handler_NON(PikaObj* self,
|
||||||
@ -491,6 +490,9 @@ static Arg* VM_instruction_handler_CTN(PikaObj* self,
|
|||||||
vmState->jmp = -997;
|
vmState->jmp = -997;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
# define __INS_IMPL
|
||||||
|
# include "__instruction_table.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const VM_instruct_handler VM_instruct_handler_table[__INSTRCUTION_CNT] = {
|
const VM_instruct_handler VM_instruct_handler_table[__INSTRCUTION_CNT] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user