mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target-s390: Register helpers
Which highlights a lot of cc helpers that no longer exist. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
431253c28f
commit
7e68da2a9d
2 changed files with 8 additions and 17 deletions
|
@ -174,6 +174,10 @@ void s390x_translate_init(void)
|
|||
offsetof(CPUS390XState, fregs[i].d),
|
||||
cpu_reg_names[i + 16]);
|
||||
}
|
||||
|
||||
/* register helpers */
|
||||
#define GEN_HELPER 2
|
||||
#include "helper.h"
|
||||
}
|
||||
|
||||
static inline TCGv_i64 load_reg(int reg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue