/[gxemul]/trunk/src/include/native.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/native.h

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

revision 37 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: native.h,v 1.1 2007/02/03 10:02:30 debug Exp $   *  $Id: native.h,v 1.2 2007/03/28 09:02:52 debug Exp $
32     *
33     *  See src/native/ for more details.
34   */   */
35    
36  #include "misc.h"  #include "misc.h"
37    
38  /*  native_common.c:  */  /*  native.c:  */
39  void native_start(struct cpu *cpu);  /*  TODO  */
 void native_commit(struct cpu *cpu);  
   
 /*  These are defined in the host-specific backend implementation:  */  
 void native_output_function_prelude(struct cpu *cpu);  
 void native_output_next_ic_increment(struct cpu *cpu);  
 void native_output_function_postlude(struct cpu *cpu);  
   
 int native_nop(struct cpu *cpu);  
 int native_set_u32_p32(struct cpu *cpu, uint32_t v, uint32_t *p1);  
40    
41  #endif  /*  NATIVE_H  */  #endif  /*  NATIVE_H  */

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26