Changeset 46548 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Jun 14, 2013 9:42:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstAsm.mac
r44529 r46548 17 17 18 18 %if TEST_BITS == 64 19 %define x S819 %define xCB 8 20 20 %define xSP rsp 21 21 %define xBP rbp … … 28 28 %endif 29 29 %if TEST_BITS == 32 30 %define x S430 %define xCB 4 31 31 %define xSP esp 32 32 %define xBP ebp … … 39 39 %endif 40 40 %if TEST_BITS == 16 41 %define x S 141 %define xCB 2 42 42 %define xSP sp 43 43 %define xBP bp … … 49 49 %define xSI si 50 50 %endif 51 %ifndef x S51 %ifndef xCB 52 52 %error "TEST_BITS is missing or wrong." 53 53 %endif
Note:
See TracChangeset
for help on using the changeset viewer.