diff fptest.c @ 36:f3407a58e01e

Change DMFixedPoint types and appropriate JSS functions back to using signed integers, easier than trying to get unsigned sizes etc. to work properly in audio mixing.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Sep 2012 20:41:36 +0300
parents 32250b436bca
children
line wrap: on
line diff
--- a/fptest.c	Sat Sep 29 20:33:27 2012 +0300
+++ b/fptest.c	Sat Sep 29 20:41:36 2012 +0300
@@ -4,7 +4,7 @@
 #define FP_DW_SIZE 8
 #define FP_W0_SIZE 4
 
-void check(const char *str, DMFixedPoint v, Uint64 dw)
+void check(const char *str, DMFixedPoint v, Sint64 dw)
 {
     DMFixedPoint *q = (DMFixedPoint *) &dw;