about summary refs log tree commit diff stats
path: root/src/miasm/arch/aarch64/sem.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/miasm/arch/aarch64/sem.py')
-rw-r--r--src/miasm/arch/aarch64/sem.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/miasm/arch/aarch64/sem.py b/src/miasm/arch/aarch64/sem.py
index 428ff771..32e18bd1 100644
--- a/src/miasm/arch/aarch64/sem.py
+++ b/src/miasm/arch/aarch64/sem.py
@@ -2328,6 +2328,8 @@ mnemo_func.update({
     'ldsmaxh': ldsmax,
     'ldsmaxw': ldsmax,
     'ldsmax': ldsmax,
+
+    'ldapur': ldr,
 })