Re: [Qemu-devel] [PATCH] tci: fix build breakage for target MIPS

2012-11-18 Thread Blue Swirl
Thanks, applied. On Sun, Nov 18, 2012 at 7:06 PM, Stefan Weil wrote: > commit 5f7319cd introduced GETPC() usage for MIPS, which is currently > not defined when building with --enable-tcg-interpreter. Add MIPS to > the list of targets we selectively define GETPC() for. > > Signed-off-by: Stefan We

[Qemu-devel] [PATCH] tci: fix build breakage for target MIPS

2012-11-18 Thread Stefan Weil
commit 5f7319cd introduced GETPC() usage for MIPS, which is currently not defined when building with --enable-tcg-interpreter. Add MIPS to the list of targets we selectively define GETPC() for. Signed-off-by: Stefan Weil --- exec-all.h |7 --- 1 file changed, 4 insertions(+), 3 deletions