From 588d24bfea757e118c4cda283a4599e2778346d3 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Sun, 25 Jan 2009 22:06:01 +0000 Subject: [PATCH] Fixed a mistake with a missing type in a header --- support/tock_intrinsics_arith.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }