Revision 4a09aa89

b/tcg/sparc/tcg-target.c
302 302

  
303 303
static inline void tcg_out_movi_imm32(TCGContext *s, int ret, uint32_t arg)
304 304
{
305
    if (check_fit_tl(arg, 12))
305
    if (check_fit_tl(arg, 13))
306 306
        tcg_out_movi_imm13(s, ret, arg);
307 307
    else {
308 308
        tcg_out_sethi(s, ret, arg);

Also available in: Unified diff