removed CERROR

This commit is contained in:
2023-08-30 20:14:03 -05:00
committed by cpunch
parent de8cd481c3
commit fe136f84b5
4 changed files with 3 additions and 5 deletions

View File

@@ -696,7 +696,7 @@ static inline uint16_t READUINT(CCallFrame *frame)
# define SWITCH switch (READBYTE(frame))
# define DEFAULT \
default: \
CERROR("unknown opcode!"); \
printf("[ERROR] unknown opcode!"); \
exit(0)
#endif