--- pgp/src/r3000.c 2018/04/24 16:38:42 1.1.1.1 +++ pgp/src/r3000.c 2018/04/24 16:39:24 1.1.1.2 @@ -217,7 +217,7 @@ typedef unsigned int MULTUNIT; #define MULTUNIT_hmask ((1UL << (MULTUNITSIZE/2))-1) #define MULTUNIT_mask ((MULTUNIT_hmask<<(MULTUNITSIZE/2)) | MULTUNIT_hmask) -p_smula ( +void p_smula ( MULTUNIT *prod, MULTUNIT *multiplicand, MULTUNIT multiplier)