Revision e4d5434c tcg/sparc/tcg-target.c

b/tcg/sparc/tcg-target.c
262 262
        fprintf(stderr, "unimplemented %s with offset %d\n", __func__, offset);
263 263
}
264 264

  
265
static inline void tcg_out_ld(TCGContext *s, int ret,
265
static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret,
266 266
                              int arg1, tcg_target_long arg2)
267 267
{
268 268
    fprintf(stderr, "unimplemented %s\n", __func__);
269 269
}
270 270

  
271
static inline void tcg_out_st(TCGContext *s, int arg,
271
static inline void tcg_out_st(TCGContext *s, TCGType type, int arg,
272 272
                              int arg1, tcg_target_long arg2)
273 273
{
274 274
    fprintf(stderr, "unimplemented %s\n", __func__);

Also available in: Unified diff