Revision 7a51ad82 exec-all.h

b/exec-all.h
91 91
extern FILE *logfile;
92 92
extern int loglevel;
93 93

  
94
void muls64(int64_t *phigh, int64_t *plow, int64_t a, int64_t b);
95
void mulu64(uint64_t *phigh, uint64_t *plow, uint64_t a, uint64_t b);
96

  
97 94
int gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
98 95
int gen_intermediate_code_pc(CPUState *env, struct TranslationBlock *tb);
99 96
void dump_ops(const uint16_t *opc_buf, const uint32_t *opparam_buf);

Also available in: Unified diff