Always define debugger-related opcodes (#1734)

This change makes the generated snapshot independent from buildconfig.

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
Zsolt Borbély
2017-04-18 11:20:20 +02:00
committed by yichoi
parent 0f4edbe580
commit 5449b0f40b
2 changed files with 5 additions and 16 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ typedef struct
/**
* Jerry snapshot format version
*/
#define JERRY_SNAPSHOT_VERSION (6u)
#define JERRY_SNAPSHOT_VERSION (7u)
#endif /* !JERRY_SNAPSHOT_H */