aboutsummaryrefslogtreecommitdiff
path: root/test_aarch64.s
diff options
context:
space:
mode:
Diffstat (limited to 'test_aarch64.s')
-rw-r--r--test_aarch64.s8
1 files changed, 3 insertions, 5 deletions
diff --git a/test_aarch64.s b/test_aarch64.s
index 63472f5..878d00f 100644
--- a/test_aarch64.s
+++ b/test_aarch64.s
@@ -45,10 +45,8 @@ mov w30, 30
mov sp, 31
/* do compare.
- * The space 0xE7F___F_ is guaranteed to always UNDEF
- * and not to be allocated for insns in future architecture
- * revisions.
+ * The manual says instr with bits (28,27) == 0 0 are UNALLOCATED
*/
-.int 0xe7fe5af0
+.int 0x00005af0
/* exit test */
-.int 0xe7fe5af1
+.int 0x00005af1