Re: [Qemu-devel] [PATCH 13/13] tcg: Fix !USE_DIRECT_JUMP

2012-09-21 Thread Stefan Weil
Am 17.09.2012 17:50, schrieb Andreas Färber: Am 17.09.2012 17:28, schrieb Richard Henderson: Commit 6375e09e changed the type of TranslationBlock.tb_next, but failed to change the type of TCGContext.tb_next. Signed-off-by: Richard Henderson Reviewed-by: Andreas Färber /-F --- tcg/tcg.h |

Re: [Qemu-devel] [PATCH 13/13] tcg: Fix !USE_DIRECT_JUMP

2012-09-21 Thread Aurelien Jarno
On Mon, Sep 17, 2012 at 08:28:52AM -0700, Richard Henderson wrote: > Commit 6375e09e changed the type of TranslationBlock.tb_next, > but failed to change the type of TCGContext.tb_next. > > Signed-off-by: Richard Henderson > --- > tcg/tcg.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Qemu-devel] [PATCH 13/13] tcg: Fix !USE_DIRECT_JUMP

2012-09-21 Thread Aurelien Jarno
On Mon, Sep 17, 2012 at 08:28:52AM -0700, Richard Henderson wrote: > Commit 6375e09e changed the type of TranslationBlock.tb_next, > but failed to change the type of TCGContext.tb_next. > > Signed-off-by: Richard Henderson > --- > tcg/tcg.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Qemu-devel] [PATCH 13/13] tcg: Fix !USE_DIRECT_JUMP

2012-09-17 Thread Andreas Färber
Am 17.09.2012 17:28, schrieb Richard Henderson: > Commit 6375e09e changed the type of TranslationBlock.tb_next, > but failed to change the type of TCGContext.tb_next. > > Signed-off-by: Richard Henderson Reviewed-by: Andreas Färber /-F > --- > tcg/tcg.h | 2 +- > 1 file changed, 1 insertion(

[Qemu-devel] [PATCH 13/13] tcg: Fix !USE_DIRECT_JUMP

2012-09-17 Thread Richard Henderson
Commit 6375e09e changed the type of TranslationBlock.tb_next, but failed to change the type of TCGContext.tb_next. Signed-off-by: Richard Henderson --- tcg/tcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index 7a72729..21016ec 100644 --- a/tcg/tcg.