mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-15 14:13:31 -06:00
xtensa-semi: Don't use CPUState
Scripted conversion: sed -i "s/CPUState/CPUXtensaState/g" xtensa-semi.c Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
71fc85e8c1
commit
d4a5b622b5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ enum {
|
||||||
SELECT_ONE_EXCEPT = 3,
|
SELECT_ONE_EXCEPT = 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
void HELPER(simcall)(CPUState *env)
|
void HELPER(simcall)(CPUXtensaState *env)
|
||||||
{
|
{
|
||||||
uint32_t *regs = env->regs;
|
uint32_t *regs = env->regs;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue