- Timestamp:
- Oct 15, 2020 2:21:21 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140960
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-hlp.cpp
r86589 r86592 356 356 357 357 /* Must not be greater than the number of remaining tokens. */ 358 ASSERT_GUEST_RETURN(cInstLen < paTokensEnd - pToken, VERR_PARSE_ERROR);358 ASSERT_GUEST_RETURN(cInstLen < (uintptr_t)(paTokensEnd - pToken), VERR_PARSE_ERROR); 359 359 360 360 /* Stop parsing if this is the SVGA3DOP_END instruction. */
Note:
See TracChangeset
for help on using the changeset viewer.