mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tcg: Remove TCG_CALL_PLUGIN
Since we no longer emit plugin helpers during the initial code translation phase, we don't need to specially mark plugin helpers. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5f2a5a5b34
commit
b0748975b8
3 changed files with 5 additions and 11 deletions
|
@ -353,8 +353,6 @@ typedef TCGv_ptr TCGv_env;
|
|||
#define TCG_CALL_NO_SIDE_EFFECTS 0x0004
|
||||
/* Helper is G_NORETURN. */
|
||||
#define TCG_CALL_NO_RETURN 0x0008
|
||||
/* Helper is part of Plugins. */
|
||||
#define TCG_CALL_PLUGIN 0x0010
|
||||
|
||||
/* convenience version of most used call flags */
|
||||
#define TCG_CALL_NO_RWG TCG_CALL_NO_READ_GLOBALS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue