mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target-s390: Convert RRBE
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
2bbde27f25
commit
5cc69c54f6
4 changed files with 14 additions and 14 deletions
|
@ -958,7 +958,7 @@ void HELPER(sske)(CPUS390XState *env, uint64_t r1, uint64_t r2)
|
|||
}
|
||||
|
||||
/* reset reference bit extended */
|
||||
uint32_t HELPER(rrbe)(CPUS390XState *env, uint32_t r1, uint64_t r2)
|
||||
uint32_t HELPER(rrbe)(CPUS390XState *env, uint64_t r2)
|
||||
{
|
||||
uint8_t re;
|
||||
uint8_t key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue