~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to target-m68k/exec.h

  • Committer: blueswir1
  • Date: 2007-11-25 08:48:16 UTC
  • Revision ID: git-v1:b76482e76560345c00e7d6c89199ced204a926d2
 Fix buffer mux handling for unconnected serial ports


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3737 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#include "softmmu_exec.h"
45
45
#endif
46
46
 
 
47
void cpu_m68k_flush_flags(CPUM68KState *env, int cc_op);
 
48
float64 helper_sub_cmpf64(CPUM68KState *env, float64 src0, float64 src1);
 
49
void helper_movec(CPUM68KState *env, int reg, uint32_t val);
 
50
 
47
51
void cpu_loop_exit(void);
48
52
 
49
53
static inline int cpu_halted(CPUState *env) {