aboutsummaryrefslogtreecommitdiff
path: root/params.cpp
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-03-20 23:20:00 +0100
committertomsmeding <tom.smeding@gmail.com>2017-03-21 22:49:30 +0100
commit7c437e1e39f73517b458aa72f9754e165f572969 (patch)
tree1ed52f6fd8fd87fb70daf2fe6b0b14d7878ee90c /params.cpp
parent32c25651f707b13f5f0c27cf807521cf163dcacb (diff)
Add debugger instruction (int3)
Just compiles to an 'int3' instruction; not a full-featured debugger...
Diffstat (limited to 'params.cpp')
-rw-r--r--params.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/params.cpp b/params.cpp
index 5b71e86..3cdc210 100644
--- a/params.cpp
+++ b/params.cpp
@@ -18,6 +18,7 @@ namespace C {
8, // turn
8, // scan
100, // create
+ 1, // debugger
};
const int numInstructions=(int)ins_t::__num_instructions;