[Modified] change the way we decode and exec
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#define COMMON_H__
|
||||
|
||||
#ifdef DEBUG_MODE
|
||||
#define Log(fmt, ...) printf("[%s@%d %ld] " fmt "\n", __FILE__, __LINE__, clock(), ## __VA_ARGS__)
|
||||
#define Log(fmt, ...) printf("[%s:%d %ld] " fmt "\n", __FILE__, __LINE__, clock(), ## __VA_ARGS__)
|
||||
|
||||
#define panic(x) do { \
|
||||
Log(x); \
|
||||
|
||||
Reference in New Issue
Block a user