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

Comparing SheepShaver/src/Unix/main_unix.cpp (file contents):
Revision 1.65 by gbeauche, 2005-06-28T16:47:32Z vs.
Revision 1.66 by gbeauche, 2005-06-28T16:50:30Z

# Line 257 | Line 257 | static void build_sigregs(sigregs *srp,
257  
258   // Global variables (exported)
259   #if !EMULATED_PPC
260 < void *TOC = NULL;                       // Pointer to Thread Local Storage (r2)
261 < void *R13 = NULL;                       // Pointer to .sdata section (r13 under Linux)
260 > void *TOC = NULL;               // Pointer to Thread Local Storage (r2)
261 > void *R13 = NULL;               // Pointer to .sdata section (r13 under Linux)
262   #endif
263   uint32 RAMBase;                 // Base address of Mac RAM
264   uint32 RAMSize;                 // Size of Mac RAM
# Line 1389 | Line 1389 | static void *tick_func(void *arg)
1389          }
1390  
1391          uint64 end = GetTicks_usec();
1392 <        D(bug("%Ld ticks in %Ld usec = %f ticks/sec\n", ticks, end - start, ticks * 1000000.0 / (end - start)));
1392 >        D(bug("%lld ticks in %lld usec = %f ticks/sec\n", ticks, end - start, ticks * 1000000.0 / (end - start)));
1393          return NULL;
1394   }
1395  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines