/[qemu]/qemu/target-sparc/op_helper.c
ViewVC logotype

Diff of /qemu/target-sparc/op_helper.c

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

revision 1.16 by bellard, Sun Oct 30 20:49:44 2005 UTC revision 1.17 by bellard, Sun Oct 30 21:23:39 2005 UTC
# Line 221  void do_fcmpd_fcc3 (void) Line 221  void do_fcmpd_fcc3 (void)
221  #undef FS  #undef FS
222  #endif  #endif
223    
224    #if defined(CONFIG_USER_ONLY)
225    void helper_ld_asi(int asi, int size, int sign)
226    {
227    }
228    
229    void helper_st_asi(int asi, int size, int sign)
230    {
231    }
232    #else
233  #ifndef TARGET_SPARC64  #ifndef TARGET_SPARC64
234  void helper_ld_asi(int asi, int size, int sign)  void helper_ld_asi(int asi, int size, int sign)
235  {  {
# Line 727  void helper_st_asi(int asi, int size, in Line 736  void helper_st_asi(int asi, int size, in
736          return;          return;
737      }      }
738  }  }
   
739  #endif  #endif
740    #endif /* !CONFIG_USER_ONLY */
741    
742  #ifndef TARGET_SPARC64  #ifndef TARGET_SPARC64
743  void helper_rett()  void helper_rett()

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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