diff options
Diffstat (limited to 'tcg/sparc/tcg-target.c')
-rw-r--r-- | tcg/sparc/tcg-target.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcg/sparc/tcg-target.c b/tcg/sparc/tcg-target.c index d00aa5a7e6..340ef94a14 100644 --- a/tcg/sparc/tcg-target.c +++ b/tcg/sparc/tcg-target.c @@ -262,13 +262,13 @@ static inline void tcg_out_ldst(TCGContext *s, int ret, int addr, int offset, in fprintf(stderr, "unimplemented %s with offset %d\n", __func__, offset); } -static inline void tcg_out_ld(TCGContext *s, int ret, +static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, int arg1, tcg_target_long arg2) { fprintf(stderr, "unimplemented %s\n", __func__); } -static inline void tcg_out_st(TCGContext *s, int arg, +static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, int arg1, tcg_target_long arg2) { fprintf(stderr, "unimplemented %s\n", __func__); |