Changeset 19998 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- May 25, 2009 1:14:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47708
- Location:
- trunk/src/VBox/Runtime/r0drv/solaris/vbi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c
r19496 r19998 522 522 for (i = 0; i < VBI_SET_WORDS; ++i) 523 523 set.words[i] = 0; 524 BT_SET(set.words, vbi_cpu_id());524 BT_SET(set.words, c); 525 525 if (use_old) { 526 526 if (use_old_with_ulong) {
Note:
See TracChangeset
for help on using the changeset viewer.