From f8b3fca729ca830470878fc31d6d43aff91806f9 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Tue, 27 Feb 2007 16:05:30 +0000 Subject: 20070227.0 --- include/fcall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fcall.h') diff --git a/include/fcall.h b/include/fcall.h index 915fec41..1302c9a1 100644 --- a/include/fcall.h +++ b/include/fcall.h @@ -64,7 +64,7 @@ struct Fcall #define GBIT8(p) ((p)[0]) #define GBIT16(p) ((p)[0]|((p)[1]<<8)) #define GBIT32(p) ((u32int)((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24))) -#define GBIT64(p) ((vlong)((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24)) |\ +#define GBIT64(p) ((u32int)((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24)) |\ ((vlong)((p)[4]|((p)[5]<<8)|((p)[6]<<16)|((p)[7]<<24)) << 32)) #define PBIT8(p,v) (p)[0]=(v) -- cgit v1.2.3