commit | ce285b17549e806483f6499d7f3d418168116950 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Fri Sep 30 21:23:06 2011 +0200 |
committer | Stefan Weil <weil@mail.berlios.de> | Mon Oct 31 21:52:16 2011 +0100 |
tree | 9b2a75999f730500ec9af6afceafd8f6ce6688b0 | |
parent | ff74c5a9a91c6dbf1017195462aa4176f7381240 [diff] |
tcg: TCG targets may define tcg_qemu_tb_exec Targets may use a non standard definition of tcg_tb_exec by defining this macro in their tcg_target.h. This is used here by ppc. It will be used by the TCG interpreter, too. Cc: malc <av1474@comtv.ru> Signed-off-by: Stefan Weil <sw@weilnetz.de>