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 |
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); |