about summary refs log tree commit diff stats
path: root/test/arch/ppc32/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/ppc32/arch.py')
-rw-r--r--test/arch/ppc32/arch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/arch/ppc32/arch.py b/test/arch/ppc32/arch.py
index 13c69c73..f5503330 100644
--- a/test/arch/ppc32/arch.py
+++ b/test/arch/ppc32/arch.py
@@ -114,6 +114,7 @@ for mode, s, l, in reg_tests:
     a = mn_ppc.asm(l)
     print('asm result %s' % [x for x in a])
     print(repr(b))
+    print(l.to_html())
 
     print('test re dis')
     for x in a: