mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
target-arm: remove T0 and T1
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
747a651e8e
commit
b567b38c2c
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@
|
|||
#include "dyngen-exec.h"
|
||||
|
||||
register struct CPUARMState *env asm(AREG0);
|
||||
register uint32_t T0 asm(AREG1);
|
||||
register uint32_t T1 asm(AREG2);
|
||||
|
||||
#define M0 env->iwmmxt.val
|
||||
|
||||
|
|
Loading…
Reference in a new issue