[Qemu-devel] [PATCH 2/5] tci: Use a local variable for env

2013-04-11 Thread Stefan Weil
From: Richard Henderson Since we have total conversion away from global AREG0, we do not need a global variable named "env". Retain that name as the function parameter inside the interpreter. Signed-off-by: Richard Henderson Signed-off by: Stefan Weil --- tci.c |8 +--- 1 file change

[Qemu-devel] [PATCH 2/5] tci: Use a local variable for env

2013-03-28 Thread Richard Henderson
Since we have total conversion away from global AREG0, we do not need a global variable named "env". Retain that name as the function parameter inside the interpreter. Signed-off-by: Richard Henderson --- tci.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tci.c b/t

Re: [Qemu-devel] [PATCH 2/5] tci: Use a local variable for env

2013-03-28 Thread Stefan Weil
Am 28.03.2013 16:37, schrieb Richard Henderson: > Since we have total conversion away from global AREG0, we do not > need a global variable named "env". Retain that name as the > function parameter inside the interpreter. > > Signed-off-by: Richard Henderson > --- > tci.c | 8 +--- > 1 file