ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/timer.cpp
(Generate patch)

Comparing BasiliskII/src/timer.cpp (file contents):
Revision 1.2 by cebix, 2000-04-10T18:52:31Z vs.
Revision 1.3 by cebix, 2000-07-22T16:07:19Z

# Line 196 | Line 196 | int16 RmvTime(uint32 tm)
196          // Find descriptor
197          int i = find_desc(tm);
198          if (i < 0) {
199 <                printf("WARNING: RmvTime(%08lx): Descriptor not found\n", tm);
199 >                printf("WARNING: RmvTime(%08x): Descriptor not found\n", tm);
200                  return 0;
201          }
202  
# Line 214 | Line 214 | int16 RmvTime(uint32 tm)
214                  WriteMacInt32(tm + tmCount, timer_host2mac_time(remaining));
215          } else
216                  WriteMacInt32(tm + tmCount, 0);
217 <        D(bug(" tmCount %ld\n", ReadMacInt32(tm + tmCount)));
217 >        D(bug(" tmCount %d\n", ReadMacInt32(tm + tmCount)));
218  
219          // Free descriptor
220          free_desc(i);
# Line 228 | Line 228 | int16 RmvTime(uint32 tm)
228  
229   int16 PrimeTime(uint32 tm, int32 time)
230   {
231 <        D(bug("PrimeTime %08lx, time %ld\n", tm, time));
231 >        D(bug("PrimeTime %08x, time %d\n", tm, time));
232  
233          // Find descriptor
234          int i = find_desc(tm);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines