Re: [Qemu-devel] [PATCH v2 05/13] tcg-runtime: add lookup_tb_ptr helper

2017-04-25 Thread Richard Henderson
On 04/25/2017 09:53 AM, Emilio G. Cota wrote: Signed-off-by: Emilio G. Cota --- tcg-runtime.c | 7 +++ tcg/tcg-runtime.h | 2 ++ tcg/tcg.h | 1 + 3 files changed, 10 insertions(+) Modulo what I mentioned earlier about maybe directly inlining

[Qemu-devel] [PATCH v2 05/13] tcg-runtime: add lookup_tb_ptr helper

2017-04-25 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- tcg-runtime.c | 7 +++ tcg/tcg-runtime.h | 2 ++ tcg/tcg.h | 1 + 3 files changed, 10 insertions(+) diff --git a/tcg-runtime.c b/tcg-runtime.c index 4c60c96..f291184 100644 --- a/tcg-runtime.c +++ b/tcg-runtime.c @@ -141,6