Re: [Qemu-devel] [PATCH 02/14] target-sparc: Fix mixup of uint64 and uint64_t

2012-01-22 Thread Blue Swirl
On Mon, Jan 16, 2012 at 00:46, Andreas Färber wrote: > Commit 793a137a41ad4125011c7022cf16a1baa40a5ab6 (target-sparc: > Implement BMASK/BSHUFFLE.) introduced a stray usage of softfloat uint64 > type. > > Use uint64_t instead. > > Signed-off-by: Andreas Färber > Cc: Richard Henderson > Cc: Blue S

Re: [Qemu-devel] [PATCH 02/14] target-sparc: Fix mixup of uint64 and uint64_t

2012-01-22 Thread Blue Swirl
On Sun, Jan 22, 2012 at 02:03, Andreas Färber wrote: > Am 21.01.2012 19:51, schrieb Blue Swirl: >> On Mon, Jan 16, 2012 at 00:46, Andreas Färber wrote: >>> Commit 793a137a41ad4125011c7022cf16a1baa40a5ab6 (target-sparc: >>> Implement BMASK/BSHUFFLE.) introduced a stray usage of softfloat uint64 >>

Re: [Qemu-devel] [PATCH 02/14] target-sparc: Fix mixup of uint64 and uint64_t

2012-01-21 Thread Andreas Färber
Am 21.01.2012 19:51, schrieb Blue Swirl: > On Mon, Jan 16, 2012 at 00:46, Andreas Färber wrote: >> Commit 793a137a41ad4125011c7022cf16a1baa40a5ab6 (target-sparc: >> Implement BMASK/BSHUFFLE.) introduced a stray usage of softfloat uint64 >> type. >> >> Use uint64_t instead. >> >> Signed-off-by: And

Re: [Qemu-devel] [PATCH 02/14] target-sparc: Fix mixup of uint64 and uint64_t

2012-01-21 Thread Blue Swirl
On Mon, Jan 16, 2012 at 00:46, Andreas Färber wrote: > Commit 793a137a41ad4125011c7022cf16a1baa40a5ab6 (target-sparc: > Implement BMASK/BSHUFFLE.) introduced a stray usage of softfloat uint64 > type. > > Use uint64_t instead. > > Signed-off-by: Andreas Färber > Cc: Richard Henderson > Cc: Blue S

[Qemu-devel] [PATCH 02/14] target-sparc: Fix mixup of uint64 and uint64_t

2012-01-15 Thread Andreas Färber
Commit 793a137a41ad4125011c7022cf16a1baa40a5ab6 (target-sparc: Implement BMASK/BSHUFFLE.) introduced a stray usage of softfloat uint64 type. Use uint64_t instead. Signed-off-by: Andreas Färber Cc: Richard Henderson Cc: Blue Swirl --- target-sparc/vis_helper.c |2 +- 1 files changed, 1 ins