Skip to content
Snippets Groups Projects
Commit fbf59aad authored by Richard Henderson's avatar Richard Henderson
Browse files

accel/tcg: Introduce tb_pc and log_pc


The availability of tb->pc will shortly be conditional.
Introduce accessor functions to minimize ifdefs.

Pass around a known pc to places like tcg_gen_code,
where the caller must already have the value.

Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent e4fdf9df
No related branches found
No related tags found
No related merge requests found
Showing with 78 additions and 57 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment