Add arm LDCL (#172)

This commit is contained in:
Mark Mossberg
2017-04-21 20:08:30 -04:00
committed by GitHub
parent 04aa03c85e
commit 87971cca1a
+6
View File
@@ -856,3 +856,9 @@ class Armv7Cpu(Cpu):
'''
pass
@instruction
def LDCL(cpu, *operands):
'''
Occasionally used in glibc (longjmp in ld.so). Nop under our execution model.
'''
pass