Re: [Qemu-devel] [PATCH v2 3/5] disas/libvixl: Add missing ULL suffixes

2014-04-28 Thread Peter Maydell
On 28 April 2014 16:27, Alex Bennée wrote: > > Peter Maydell writes: > >> Upstream libvixl 1.3 fixes a number of the places which needed >> ULL suffixes, but not all of them; reapply those ones from >> commit 37fd5b53b which are still relevant. > > Any idea why they didn't apply them all? Accide

Re: [Qemu-devel] [PATCH v2 3/5] disas/libvixl: Add missing ULL suffixes

2014-04-28 Thread Alex Bennée
Peter Maydell writes: > Upstream libvixl 1.3 fixes a number of the places which needed > ULL suffixes, but not all of them; reapply those ones from > commit 37fd5b53b which are still relevant. Any idea why they didn't apply them all? -- Alex Bennée

[Qemu-devel] [PATCH v2 3/5] disas/libvixl: Add missing ULL suffixes

2014-04-28 Thread Peter Maydell
Upstream libvixl 1.3 fixes a number of the places which needed ULL suffixes, but not all of them; reapply those ones from commit 37fd5b53b which are still relevant. Signed-off-by: Peter Maydell --- disas/libvixl/a64/instructions-a64.h | 24 disas/libvixl/utils.h