- Timestamp:
- Oct 31, 2013 11:49:09 AM (11 years ago)
- Location:
- trunk/src/VBox/Disassembler/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstAsm.mac
r46950 r49346 53 53 %endif 54 54 55 %if __YASM_ MAJOR__ > 1 || (__YASM_MAJOR__ == 1 && __YASM_MINOR__ >= 2)55 %if __YASM_VERSION_ID__ >= 001020001h ; v1.2.0.1 and greater, make sure to exclude v1.2.0.0. 56 56 %define pmulhrwa pmulhrw 57 57 %endif -
trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm
r46863 r49346 27 27 BITS 32 28 28 29 %if __YASM_ MAJOR__ > 1 || (__YASM_MAJOR__ == 1 && __YASM_MINOR__ >= 2)29 %if __YASM_VERSION_ID__ >= 001020001h ; v1.2.0.1 and greater, make sure to exclude v1.2.0.0. 30 30 %define pmulhrwa pmulhrw 31 31 %endif
Note:
See TracChangeset
for help on using the changeset viewer.