Changeset 59245 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jan 4, 2016 1:57:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMBitFirstClear.asm
r58762 r59245 72 72 %endif 73 73 %elif ARCH_BITS == 32 74 mov edi, [esp + 4]74 mov edi, [esp + 8] 75 75 %elif ARCH_BITS == 16 76 76 mov ax, [bp + 4 + 2]
Note:
See TracChangeset
for help on using the changeset viewer.