VirtualBox

Changeset 46548 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Jun 14, 2013 9:42:21 AM (11 years ago)
Author:
vboxsync
Message:

asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/tstAsm.mac

    r44529 r46548  
    1717
    1818%if TEST_BITS == 64
    19  %define xS 8
     19 %define xCB 8
    2020 %define xSP rsp
    2121 %define xBP rbp
     
    2828%endif
    2929%if TEST_BITS == 32
    30  %define xS 4
     30 %define xCB 4
    3131 %define xSP esp
    3232 %define xBP ebp
     
    3939%endif
    4040%if TEST_BITS == 16
    41  %define xS  1
     41 %define xCB 2
    4242 %define xSP sp
    4343 %define xBP bp
     
    4949 %define xSI si
    5050%endif
    51 %ifndef xS
     51%ifndef xCB
    5252 %error "TEST_BITS is missing or wrong."
    5353%endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette