Changeset 63129 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_lookup.c
- Timestamp:
- Aug 7, 2016 1:13:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_lookup.c
r58990 r63129 234 234 235 235 type = CTF_TYPE_TO_INDEX(type); 236 if (type > 0 && type <= fp->ctf_typemax) {236 if (type > 0 && type <= (intptr_t/*vbox*/)fp->ctf_typemax) { 237 237 *fpp = fp; /* function returns ending CTF container */ 238 238 return (LCTF_INDEX_TO_TYPEPTR(fp, type));
Note:
See TracChangeset
for help on using the changeset viewer.