/[qemu]/qemu/thunk.h
ViewVC logotype

Diff of /qemu/thunk.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by bellard, Sun Jun 15 19:52:54 2003 UTC revision 1.10 by bellard, Wed Jun 25 22:11:41 2003 UTC
# Line 236  void thunk_register_struct(int id, const Line 236  void thunk_register_struct(int id, const
236  void thunk_register_struct_direct(int id, const char *name, StructEntry *se1);  void thunk_register_struct_direct(int id, const char *name, StructEntry *se1);
237  const argtype *thunk_convert(void *dst, const void *src,  const argtype *thunk_convert(void *dst, const void *src,
238                               const argtype *type_ptr, int to_host);                               const argtype *type_ptr, int to_host);
239    #ifndef NO_THUNK_TYPE_SIZE
240    
241  extern StructEntry struct_entries[];  extern StructEntry struct_entries[];
242    
# Line 312  static inline int thunk_type_align(const Line 313  static inline int thunk_type_align(const
313      }      }
314  }  }
315    
316    #endif /* NO_THUNK_TYPE_SIZE */
317    
318  unsigned int target_to_host_bitmask(unsigned int x86_mask,  unsigned int target_to_host_bitmask(unsigned int x86_mask,
319                                      bitmask_transtbl * trans_tbl);                                      bitmask_transtbl * trans_tbl);
320  unsigned int host_to_target_bitmask(unsigned int alpha_mask,  unsigned int host_to_target_bitmask(unsigned int alpha_mask,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26