Index: /trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm
===================================================================
--- /trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm	(revision 46862)
+++ /trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm	(revision 46863)
@@ -26,4 +26,8 @@
 
 BITS 32
+
+%if __YASM_MAJOR__ > 1 || (__YASM_MAJOR__ == 1 && __YASM_MINOR__ >= 2)
+ %define pmulhrwa pmulhrw
+%endif
 
 
