add cast (Taj Khattra)
This commit is contained in:
parent
73abc62794
commit
1ccd3e1e23
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include <mp.h>
|
||||
#include "dat.h"
|
||||
|
||||
#define LO(x) ((x) & ((1<<(Dbits/2))-1))
|
||||
#define LO(x) ((x) & (((mpint)1<<(Dbits/2))-1))
|
||||
#define HI(x) ((x) >> (Dbits/2))
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue