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

Comparing SheepShaver/src/emul_ppc/emul_ppc.cpp (file contents):
Revision 1.1.1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.5 by asvitkine, 2009-08-18T18:26:11Z

# Line 1 | Line 1
1   /*
2   *  emul_ppc.cpp - PowerPC processor emulation
3   *
4 < *  SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2008 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 1496 | Line 1496 | void init_emul_ppc(void)
1496          cr = xer = 0;
1497          fpscr = 0;
1498  
1499 <        r[3] = ROM_BASE + 0x30d000;
1499 >        r[3] = ROMBase + 0x30d000;
1500  
1501          // Install SIGSEGV handler
1502          sigemptyset(&sigsegv_action.sa_mask);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines