commit | f57c69156cb7489a2850b1ace255616b90ba7f14 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Jan 29 10:55:52 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Mar 01 07:33:27 2023 -1000 |
tree | 99cf684d94d46f1c377754d96685fe527f6accd3 | |
parent | 4d89d0bb8f01060b18f94d84c2dcea573bdd1381 [diff] |
tcg: Rename TEMP_LOCAL to TEMP_TB Use TEMP_TB as that is more explicit about the default lifetime of the data. While "global" and "local" used to be contrasting, we have more lifetimes than that now. Do not yet rename tcg_temp_local_new_*, just the enum. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>