commit | 7648746844a7775566ada1db1c117943aaf64b83 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Mar 28 05:37:52 2013 +0000 |
committer | Stefan Weil <sw@weilnetz.de> | Thu Apr 11 19:58:21 2013 +0200 |
tree | 2a13d28fe73c158929aff62792ac4219c32e356c | |
parent | 03fc0548b70393b0c8d43703591a9e34fb8e3123 [diff] |
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>