Re: [Qemu-devel] [PATCH] cputlb.c: Fix out of date comment

2012-08-15 Thread Stefan Hajnoczi
On Fri, Aug 10, 2012 at 05:14:05PM +0100, Peter Maydell wrote: > The comment about the return address from get_page_addr_code() was > well out of date as phys_ram_base has not existed for some time. > > Signed-off-by: Peter Maydell > --- > cputlb.c |4 +++- > 1 file changed, 3 insertions(+),

[Qemu-devel] [PATCH] cputlb.c: Fix out of date comment

2012-08-10 Thread Peter Maydell
The comment about the return address from get_page_addr_code() was well out of date as phys_ram_base has not existed for some time. Signed-off-by: Peter Maydell --- cputlb.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cputlb.c b/cputlb.c index 0d1e252..d3e7b25 10064