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

Comparing SheepShaver/src/name_registry.cpp (file contents):
Revision 1.4 by gbeauche, 2003-12-04T17:26:35Z vs.
Revision 1.6 by cebix, 2004-01-12T15:37:18Z

# Line 1 | Line 1
1   /*
2   *  name_registry.cpp - Name Registry handling
3   *
4 < *  SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 302 | Line 302 | void PatchNameRegistry(void)
302          }
303  
304          // Main routine must be executed in PPC mode
305 #if EMULATED_PPC
305          ExecuteNative(NATIVE_PATCH_NAME_REGISTRY);
307 #else
308        ExecutePPC(DoPatchNameRegistry);
309 #endif
306   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines