aboutsummaryrefslogtreecommitdiff
path: root/kernel/byterun/coq_fix_code.h
diff options
context:
space:
mode:
authorMaxime Dénès2018-05-16 15:25:34 +0200
committerMaxime Dénès2018-05-16 15:25:34 +0200
commitd74d72419f5e9b68fe8ec9e8c046faecacf9f2f4 (patch)
tree045e6940c2d292f296c577e28ef1fb2d9835e17e /kernel/byterun/coq_fix_code.h
parent19e24bf1f5eefee37ee2648c04844b5ea3ca2ab2 (diff)
parent5c0b2171844cee7a5344c535c2793e362d925e0c (diff)
Merge PR #7079: Remove naked pointers from the VM
Diffstat (limited to 'kernel/byterun/coq_fix_code.h')
-rw-r--r--kernel/byterun/coq_fix_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/byterun/coq_fix_code.h b/kernel/byterun/coq_fix_code.h
index 5c85389dd5..638d6b5ab5 100644
--- a/kernel/byterun/coq_fix_code.h
+++ b/kernel/byterun/coq_fix_code.h
@@ -26,7 +26,7 @@ void init_arity();
#define Is_instruction(pc,instr) (*pc == VALINSTR(instr))
-value coq_tcode_of_code(value code, value len);
+value coq_tcode_of_code(value code);
value coq_makeaccu (value i);
value coq_pushpop (value i);
value coq_is_accumulate_code(value code);