Changeset 87203 in vbox for trunk/src/VBox/Runtime/common/asm/ASMMemFirstNonZero-generic.cpp
- Timestamp:
- Jan 8, 2021 3:11:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMMemFirstNonZero-generic.cpp
r87186 r87203 33 33 34 34 35 DECLASM(void RT_FAR *) ASMMemFirstNonZero(void const RT_FAR *pv, size_t cb) RT_NOTHROW_DEF35 RTDECL(void RT_FAR *) ASMMemFirstNonZero(void const RT_FAR *pv, size_t cb) RT_NOTHROW_DEF 36 36 { 37 37 uint8_t const *pb = (uint8_t const RT_FAR *)pv;
Note:
See TracChangeset
for help on using the changeset viewer.