aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/Op.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa/Op.py')
-rw-r--r--python/tosa/Op.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tosa/Op.py b/python/tosa/Op.py
index 0a4cdda..0c29224 100644
--- a/python/tosa/Op.py
+++ b/python/tosa/Op.py
@@ -37,7 +37,7 @@ class Op(object):
BITWISE_AND = 16
BITWISE_OR = 17
BITWISE_XOR = 18
- DIV = 19
+ INTDIV = 19
LOGICAL_AND = 20
LOGICAL_LEFT_SHIFT = 21
LOGICAL_RIGHT_SHIFT = 22