Skip to content

Commit

Permalink
tcg: Add generic DISAS_NORETURN
Browse files Browse the repository at this point in the history
This will allow some amount of cleanup to happen before
switching the backends over to enum DisasJumpType.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Richard Henderson <rth@twiddle.net>
  • Loading branch information
rth7680 committed Sep 6, 2017
1 parent b07d1c2 commit 5dc6689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/exec/exec-all.h
Expand Up @@ -63,6 +63,7 @@ typedef ram_addr_t tb_page_addr_t;
#define DISAS_JUMP 1 /* only pc was modified dynamically */
#define DISAS_TB_JUMP 2 /* only pc was modified statically */
#define DISAS_UPDATE 3 /* cpu state was modified dynamically */
#define DISAS_NORETURN 4 /* the tb has already been exited */

#include "qemu/log.h"

Expand Down

0 comments on commit 5dc6689

Please sign in to comment.