Revision bffd92fe

b/tcg/x86_64/tcg-target.c
294 294
    }
295 295
}
296 296

  
297
#if defined(CONFIG_SOFTMMU)
297 298
/* XXX: incomplete. index must be different from ESP */
298 299
static void tcg_out_modrm_offset2(TCGContext *s, int opc, int r, int rm, 
299 300
                                  int index, int shift,
......
330 331
        tcg_out32(s, offset);
331 332
    }
332 333
}
334
#endif
333 335

  
334 336
static inline void tcg_out_mov(TCGContext *s, int ret, int arg)
335 337
{

Also available in: Unified diff