Revision 24741ef3 target-sparc/op_helper.c

b/target-sparc/op_helper.c
221 221
#undef FS
222 222
#endif
223 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
224 233
#ifndef TARGET_SPARC64
225 234
void helper_ld_asi(int asi, int size, int sign)
226 235
{
......
727 736
	return;
728 737
    }
729 738
}
730

  
731 739
#endif
740
#endif /* !CONFIG_USER_ONLY */
732 741

  
733 742
#ifndef TARGET_SPARC64
734 743
void helper_rett()

Also available in: Unified diff