Revision 05e1d830 host-utils.h

b/host-utils.h
41 41
             : "a" (a), "0" (b));
42 42
}
43 43
#else
44
void muls64(int64_t *phigh, int64_t *plow, int64_t a, int64_t b);
44
void muls64(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b);
45 45
void mulu64(uint64_t *phigh, uint64_t *plow, uint64_t a, uint64_t b);
46 46
#endif
47 47

  

Also available in: Unified diff