On Mon, Oct 08, 2012 at 03:45:49PM -0500, Michael Roth wrote:
> commit c28ae41 introduced GETPC() usage for sparc, which is currently
> not defined when building with --enable-tcg-interpreter. Add sparc to
> the list of targets we selectively define GETPC() for.
>
> Signed-off-by: Michael Roth
>
Am 09.10.2012 00:19, schrieb Richard Henderson:
On 10/08/2012 01:45 PM, Michael Roth wrote:
/* Alpha and SH4 user mode emulations and Softmmu call GETPC().
For all others, GETPC remains undefined (which makes TCI a little faster.
*/
-# if defined(CONFIG_SOFTMMU) || defined(TARGET_ALPHA)
On 10/08/2012 01:45 PM, Michael Roth wrote:
> /* Alpha and SH4 user mode emulations and Softmmu call GETPC().
> For all others, GETPC remains undefined (which makes TCI a little faster.
> */
> -# if defined(CONFIG_SOFTMMU) || defined(TARGET_ALPHA) || defined(TARGET_SH4)
> +# if defined(CONFIG
Am 08.10.2012 22:45, schrieb Michael Roth:
commit c28ae41 introduced GETPC() usage for sparc, which is currently
not defined when building with --enable-tcg-interpreter. Add sparc to
the list of targets we selectively define GETPC() for.
Signed-off-by: Michael Roth
---
exec-all.h |3 ++-
commit c28ae41 introduced GETPC() usage for sparc, which is currently
not defined when building with --enable-tcg-interpreter. Add sparc to
the list of targets we selectively define GETPC() for.
Signed-off-by: Michael Roth
---
exec-all.h |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)