commit | b0ee74158c788e839770a3fc9951f5d645c6aa0a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Feb 22 14:04:29 2013 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Feb 22 14:04:29 2013 +0000 |
tree | 69746b948e922f38c66fb3031c59a5347831afdb | |
parent | 69e107fa832ffb570e1faf1c4179f786912700a8 [diff] |
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end The gen_icount_start/end functions are now somewhat misnamed since they are useful for generic "start/end of TB" code, used for more than just icount. Rename them to gen_tb_start/end. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>