Changeset 104656 in vbox for trunk/src/VBox/Runtime/common/asm/ASMMemFirstMismatchingU8-generic.cpp
- Timestamp:
- May 16, 2024 9:52:13 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMMemFirstMismatchingU8-generic.cpp
r103010 r104656 43 43 44 44 45 RTDECL(void *) ASMMemFirstMismatchingU8(void const RT_FAR *pv, size_t cb, uint8_t u8) RT_NOTHROW_DEF45 DECLASM(void *) ASMMemFirstMismatchingU8(void const RT_FAR *pv, size_t cb, uint8_t u8) RT_NOTHROW_DEF 46 46 { 47 47 uint8_t const *pb = (uint8_t const RT_FAR *)pv;
Note:
See TracChangeset
for help on using the changeset viewer.