VirtualBox

Ignore:
Timestamp:
Jul 31, 2008 2:21:57 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33918
Message:

IPRT: Integrated vbi v2 fixes (r0drv/solaris/vbi)

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

    r10954 r11029  
    898898{
    899899        vbi_stimer_t *t = arg;
    900         t->s_func(t->s_arg, t->s_tick++);
     900        t->s_func(t->s_arg, ++t->s_tick);
    901901}
    902902
     
    969969{
    970970        vbi_gtimer_t *t = arg;
    971         t->g_func(t->g_arg, t->g_counters[CPU->cpu_id]);
     971        t->g_func(t->g_arg, ++t->g_counters[CPU->cpu_id]);
    972972}
    973973
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette