Changeset 43140 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Aug 31, 2012 3:19:26 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80513
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/spu_loader/spuload.c
r35319 r43140 88 88 89 89 the_spu = (SPU*)crAlloc( sizeof( *the_spu ) ); 90 /* ensure all fields are initially zero, 91 * NOTE: what actually MUST be zero at this point is the_spu->superSPU, otherwise 92 * crSPUUnloadChain in the failure branches below will misbehave */ 93 crMemset(the_spu, 0, sizeof (*the_spu)); 90 94 the_spu->id = id; 91 95 the_spu->privatePtr = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.