diff --git a/support/tock_intrinsics_arith.h b/support/tock_intrinsics_arith.h index 7078da2..5d9e319 100644 --- a/support/tock_intrinsics_arith.h +++ b/support/tock_intrinsics_arith.h @@ -68,7 +68,7 @@ static inline INT occam_NORMALISE (INT hi_in, INT lo_in, INT* result1, INT* resu //TODO implement, and move into the correct order above: /////////////////// -static inline INT occam_LONGSUB (INT, INT, const char *) occam_unused; +static inline INT occam_LONGSUB (INT, INT, INT, const char *) occam_unused; static inline INT occam_LONGSUB (INT left, INT right, INT borrow_in, const char *pos) { return 0; }