Changeset 46893 in vbox for trunk/src/VBox/VMM/testcase/Instructions/env-common.mac
- Timestamp:
- Jul 1, 2013 8:38:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Instructions/env-common.mac
r46875 r46893 108 108 ; the correct calling convention for the environment. 109 109 ; 110 ; This function will clean up the stack upon return (to save space in the caller). 111 ; 110 112 ; @param uExpected 111 113 ; @param uActual … … 151 153 mov xSP, [xSP + 38h] 152 154 MY_POP_ALL 153 ret 155 ret 3*sCB 154 156 %if ARCH_BITS == 64 155 157 .szFmt: db 'Bad register %#llx value %#018llx, expected %#018llx (line %llu)', 0
Note:
See TracChangeset
for help on using the changeset viewer.