Home
last modified time | relevance | path

Searched refs:bad_pc (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dexception.c30 target_ulong bad_pc; in exception_resume_pc() local
34 bad_pc = env->active_tc.PC | isa_mode; in exception_resume_pc()
40 bad_pc -= (env->hflags & MIPS_HFLAG_B16 ? 2 : 4); in exception_resume_pc()
43 return bad_pc; in exception_resume_pc()