summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKathy Gray2016-02-04 11:59:18 +0000
committerKathy Gray2016-02-04 11:59:18 +0000
commit6a6ac097204ca9c7dffe6bd8bda2f970fac7876b (patch)
tree771f9c7f5b9419396efcbf6eab0c0d04e133482d /src
parentada40991699e649e4e98e09a16bb0ba1b3ff2d74 (diff)
add forgotten lib binding
Diffstat (limited to 'src')
-rw-r--r--src/lem_interp/interp_lib.lem1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lem_interp/interp_lib.lem b/src/lem_interp/interp_lib.lem
index 400bbd8e..03c59edf 100644
--- a/src/lem_interp/interp_lib.lem
+++ b/src/lem_interp/interp_lib.lem
@@ -689,6 +689,7 @@ let library_functions direction = [
("mod_vec", arith_op_vec_no0 hardware_mod "mod" Unsigned 1);
("mod_vec_range", arith_op_vec_range_no0 hardware_mod "mod" Unsigned 1);
("quot", arith_op_no0 hardware_quot);
+ ("quot_signed", arith_op_no0 hardware_quot);
("quot_vec", arith_op_vec_no0 hardware_quot "quot" Unsigned 1);
("quot_overflow_vec", arith_op_overflow_vec_no0 hardware_quot "quot" Unsigned 1);
("quot_vec_signed", arith_op_vec_no0 hardware_quot "quot" Signed 1);