Re: [Qemu-devel] [PATCH 2/7] target-mips: Fix MIPS_DEBUG.
On Mon, Sep 17, 2012 at 02:35:08PM -0700, Richard Henderson wrote: > The macro uses the DisasContext. Pass it around as needed. > > Signed-off-by: Richard Henderson > --- > target-mips/translate.c | 74 > + > 1 file changed, 38 insertions(+), 36
[Qemu-devel] [PATCH 2/7] target-mips: Fix MIPS_DEBUG.
The macro uses the DisasContext. Pass it around as needed. Signed-off-by: Richard Henderson --- target-mips/translate.c | 74 + 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/target-mips/translate.c b/target-mips/translate.c index