More x86 insn emitter hacking.


git-svn-id: svn://svn.valgrind.org/vex/trunk@102 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/test_main.c b/test_main.c
index b08d8cd..ad1c717 100644
--- a/test_main.c
+++ b/test_main.c
@@ -70,6 +70,11 @@
 		 True, 
                  100 );
 
+   {extern void test_asm86(void);
+   test_asm86();
+   return 0;
+   }
+
    while (!feof(f)) {
       fgets(linebuf, N_LINEBUF,f);
       //printf("%s", linebuf);