View | Details | Raw Unified | Return to bug 152730
Collapse All | Expand All

(-)hw/xfree86/common/xf86Debug.c (+2 lines)
Lines 164-169 void xf86PokeMmio32(pointer Base, unsign Link Here
164
}
164
}
165
165
166
166
167
#ifdef BUILDDEBUG
167
void
168
void
168
xf86STimestamp(xf86TsPtr* timestamp)
169
xf86STimestamp(xf86TsPtr* timestamp)
169
{
170
{
Lines 195-197 xf86SPTimestamp(xf86TsPtr* timestamp, ch Link Here
195
       gettimeofday((struct timeval*)*timestamp,NULL);
196
       gettimeofday((struct timeval*)*timestamp,NULL);
196
    }
197
    }
197
}
198
}
199
#endif

Return to bug 152730