* src/vm/breakpoint.hpp: Added header file for breakpoint handling.
[cacao.git] / src / vm / jit / ir / icmd.hpp
index 34557be37b86cca6828bb6130f0f928bb44f3e82..613f76289ceb13ccdf82b06089df07e9adb6d4f9 100644 (file)
@@ -300,7 +300,8 @@ enum {
 
        /* 200 */
        /* 201 */
-       /* 202 */
+
+       ICMD_BREAKPOINT       = BC_breakpoint,
 
        ICMD_IASTORECONST     = 204,
        ICMD_LASTORECONST     = 205,