diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-02-27 16:05:30 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-02-27 16:05:30 +0000 |
| commit | f8b3fca729ca830470878fc31d6d43aff91806f9 (patch) | |
| tree | b7c22e5ae45827be7c8e5b7e2c7247e9528b9b27 /include/fcall.h | |
| parent | e665f8d84a80c58fd60f2e3ae7c78d515aae17c3 (diff) | |
20070227.0
Diffstat (limited to 'include/fcall.h')
| -rw-r--r-- | include/fcall.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
