sim-card
/
qemu
Archived
10
0
Fork 0

tcg: Fix whitespace in tcg-op.h.

Removing the only tabs in the file.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
Richard Henderson 2011-11-01 15:06:43 -07:00 committed by malc
parent 2f98c9db0b
commit 0756e71c3f
1 changed files with 4 additions and 4 deletions

View File

@ -2042,8 +2042,8 @@ static inline void tcg_gen_rotri_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2)
}
static inline void tcg_gen_deposit_i32(TCGv_i32 ret, TCGv_i32 arg1,
TCGv_i32 arg2, unsigned int ofs,
unsigned int len)
TCGv_i32 arg2, unsigned int ofs,
unsigned int len)
{
uint32_t mask;
TCGv_i32 t1;
@ -2073,8 +2073,8 @@ static inline void tcg_gen_deposit_i32(TCGv_i32 ret, TCGv_i32 arg1,
}
static inline void tcg_gen_deposit_i64(TCGv_i64 ret, TCGv_i64 arg1,
TCGv_i64 arg2, unsigned int ofs,
unsigned int len)
TCGv_i64 arg2, unsigned int ofs,
unsigned int len)
{
uint64_t mask;
TCGv_i64 t1;