Changeset 9247 in vbox for trunk/src/VBox
- Timestamp:
- May 30, 2008 12:38:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/EMGCA.asm
r8491 r9247 200 200 lock cmpxchg8b qword [ebp] ; do CMPXCHG8B 201 201 %endif 202 mov dword [esp + 08h + 8], eax 203 mov dword [esp + 0ch + 8], edx 202 mov ebx, dword [esp + 08h + 8] 203 mov dword [ebx], eax 204 mov ebx, dword [esp + 0ch + 8] 205 mov dword [ebx], edx 204 206 205 207 ; collect flags and return. … … 254 256 cmpxchg8b qword [ebp] ; do CMPXCHG8B 255 257 %endif 256 mov dword [esp + 08h + 8], eax 257 mov dword [esp + 0ch + 8], edx 258 mov ebx, dword [esp + 08h + 8] 259 mov dword [ebx], eax 260 mov ebx, dword [esp + 0ch + 8] 261 mov dword [ebx], edx 258 262 259 263 ; collect flags and return.
Note:
See TracChangeset
for help on using the changeset viewer.