summaryrefslogtreecommitdiff
path: root/src/arch/undefined.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-01-31 07:44:01 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-01-31 07:44:01 (GMT)
commit8f557031ec362c4b2e85724f6bc392086cefadea (patch)
tree29aef9683e67548174a4da7bcb6373b0c0602d66 /src/arch/undefined.h
parente873101ef61b19ddf7bf1ef9230143d0735c0fd8 (diff)
Created Python bindings for undefined instructions.
Diffstat (limited to 'src/arch/undefined.h')
-rw-r--r--src/arch/undefined.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/undefined.h b/src/arch/undefined.h
index 74db9fa..605da0b 100644
--- a/src/arch/undefined.h
+++ b/src/arch/undefined.h
@@ -55,7 +55,6 @@ typedef enum _InstrBehaviorStatus
IBS_UNDEFINED,
IBS_UNPREDICTABLE,
-
} InstrBehaviorStatus;