about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2014-08-28 10:18:46 +0200
committerserpilliere <devnull@localhost>2014-08-28 10:18:46 +0200
commit79be2a143a0fa07e94e13a6fbc3b946bf2debb95 (patch)
treeea6361a7a7b9ab8e289888545f5fb6f28cfb26ad /test
parent2637affc31e5f9371fad67f40abb21b7a12d2f03 (diff)
downloadmiasm-79be2a143a0fa07e94e13a6fbc3b946bf2debb95.tar.gz
miasm-79be2a143a0fa07e94e13a6fbc3b946bf2debb95.zip
mips32: add ldc1
Diffstat (limited to 'test')
-rw-r--r--test/arch/mips32/arch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/mips32/arch.py b/test/arch/mips32/arch.py
index fadffec5..2f1f5821 100644
--- a/test/arch/mips32/arch.py
+++ b/test/arch/mips32/arch.py
@@ -213,6 +213,8 @@ reg_tests_mips32 = [
     ("XXXXXXXX    JAL        0x7C0B0AC",
      "0df02c2b"),
 
+    ("XXXXXXXX    LDC1       F22, 0xFFFF9148(V0)",
+     "D4569148"),
 ]