mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
tcg: Move helper registration into tcg_context_init
No longer needs to be done on a per-target basis. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
e5e84d22a3
commit
5cd8f6210f
15 changed files with 7 additions and 48 deletions
|
@ -2024,8 +2024,6 @@ void mb_tcg_init(void)
|
|||
offsetof(CPUMBState, sregs[i]),
|
||||
special_regnames[i]);
|
||||
}
|
||||
#define GEN_HELPER 2
|
||||
#include "helper.h"
|
||||
}
|
||||
|
||||
void restore_state_to_opc(CPUMBState *env, TranslationBlock *tb, int pc_pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue