VirtualBox

Changeset 40155 in vbox for trunk/src


Ignore:
Timestamp:
Feb 16, 2012 4:00:03 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76307
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstX86-1A.asm

    r40140 r40155  
    852852
    853853        ; check that repne scasb (al=0) behaves like expected.
    854         lea     xDI, [REF(g_szAlpha)]
     854        lea     xDI, [REF(NAME(g_szAlpha))]
    855855        xor     eax, eax                ; find the end
    856856        mov     ecx, g_cchAlpha + 1
     
    861861
    862862        ; check that repe scasb (al=0) behaves like expected.
    863         lea     xDI, [REF(g_szAlpha)]
     863        lea     xDI, [REF(NAME(g_szAlpha))]
    864864        xor     eax, eax                ; find the end
    865865        mov     ecx, g_cchAlpha + 1
     
    870870
    871871        ; repne is last, it wins.
    872         lea     xDI, [REF(g_szAlpha)]
     872        lea     xDI, [REF(NAME(g_szAlpha))]
    873873        xor     eax, eax                ; find the end
    874874        mov     ecx, g_cchAlpha + 1
     
    881881
    882882        ; repe is last, it wins.
    883         lea     xDI, [REF(g_szAlpha)]
     883        lea     xDI, [REF(NAME(g_szAlpha))]
    884884        xor     eax, eax                ; find the end
    885885        mov     ecx, g_cchAlpha + 1
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