tci: Use a local variable for env
authorRichard Henderson <rth@twiddle.net>
Thu, 28 Mar 2013 05:37:52 +0000 (05:37 +0000)
committerStefan Weil <sw@weilnetz.de>
Thu, 11 Apr 2013 17:58:21 +0000 (19:58 +0200)
commit7648746844a7775566ada1db1c117943aaf64b83
tree2a13d28fe73c158929aff62792ac4219c32e356c
parent03fc0548b70393b0c8d43703591a9e34fb8e3123
tci: Use a local variable for env

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 <rth@twiddle.net>
Signed-off by: Stefan Weil <sw@weilnetz.de>
tci.c