commit | fee068e4f190a36ef3bda9aa7c802f90434ef8e5 | [log] [tgz] |
---|---|---|
author | Peter Crosthwaite <crosthwaitepeter@gmail.com> | Wed Apr 29 00:52:21 2015 -0700 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Thu Apr 30 16:06:18 2015 +0300 |
tree | 4dea310c1a049f47edc5bd6948ba30fcf3713dd6 | |
parent | 2ed0c3dad769ab747e1f5448b70eeaf134c76982 [diff] |
tcg: Delete unused cpu_pc_from_tb() No code uses the cpu_pc_from_tb() function. Delete from tricore and arm which each provide an unused implementation. Update the comment in tcg.h to reflect that this is obsoleted by synchronize_from_tb. Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>