This is an automated email from Gerrit.

Matthias Welwarsky ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/3828

-- gerrit

commit 1defe6c9d71c63978c1135f498df27f39b0e5557
Author: Matthias Welwarsky <[email protected]>
Date:   Thu Oct 20 17:13:36 2016 +0200

    aarch64: remove "mrs <Xt>, currentel" opcode
    
    "currentel" special register is not accessible in debug state.
    
    Change-Id: I9022b01b423cd9ae8227ed018d6166078ba44832
    Signed-off-by: Matthias Welwarsky <[email protected]>

diff --git a/src/target/armv8_opcodes.h b/src/target/armv8_opcodes.h
index fe6b28a..53dcb7e 100644
--- a/src/target/armv8_opcodes.h
+++ b/src/target/armv8_opcodes.h
@@ -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

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to