Revision 69d35728 exec-all.h

b/exec-all.h
78 78
extern FILE *logfile;
79 79
extern int loglevel;
80 80

  
81
void muls64(int64_t *phigh, int64_t *plow, int64_t a, int64_t b);
82
void mulu64(uint64_t *phigh, uint64_t *plow, uint64_t a, uint64_t b);
83

  
81 84
int gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
82 85
int gen_intermediate_code_pc(CPUState *env, struct TranslationBlock *tb);
83 86
void dump_ops(const uint16_t *opc_buf, const uint32_t *opparam_buf);

Also available in: Unified diff