mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-20 07:54:36 +10:00
aarch64: remove "mrs <Xt>, currentel" opcode
"currentel" special register is not accessible in debug state. Change-Id: I9022b01b423cd9ae8227ed018d6166078ba44832 Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
This commit is contained in:
parent
2407721e14
commit
8f59ee3871
@ -17,11 +17,6 @@
|
||||
|
||||
#include "arm_opcodes.h"
|
||||
|
||||
/* ARM V8 Move from system register to general purpose register
|
||||
* R = 1: SPSR R = 0: CPSR
|
||||
* Rn: target register
|
||||
*/
|
||||
#define SYSTEM_CUREL 0b1100001000010010
|
||||
#define SYSTEM_CUREL_MASK 0xC0
|
||||
#define SYSTEM_CUREL_SHIFT 6
|
||||
#define SYSTEM_CUREL_EL0 0x0
|
||||
|
Loading…
Reference in New Issue
Block a user