summaryrefslogtreecommitdiff
path: root/tools/d2c/rules.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-11-24 06:49:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-11-24 06:49:23 (GMT)
commit96eee784837e6ed4cf9ce5f1cb2e0f8bff8bd9bf (patch)
treec7fd1108066e6359766bc18f8883b67b2b7f082f /tools/d2c/rules.h
parent2d833afa673b63a1a61e22ea2cdde59ed60b5ad1 (diff)
Update the list of handled ARM instructions
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@423 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'tools/d2c/rules.h')
-rw-r--r--tools/d2c/rules.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/d2c/rules.h b/tools/d2c/rules.h
index a4a9bb4..8530d76 100644
--- a/tools/d2c/rules.h
+++ b/tools/d2c/rules.h
@@ -66,7 +66,8 @@ cond_expr *build_composed_cond_expression(cond_expr *, CondOpType, cond_expr *);
/* Conséquence en cas de condition remplie */
typedef enum _CondActionType
{
- CAT_SEE /* Renvoi vers une instruction */
+ CAT_SEE, /* Renvoi vers une instruction */
+ CAT_UNPREDICTABLE /* Cas de figure improbable */
} CondActionType;