Search
lxdream.org :: lxdream/src/sh4/intc.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/intc.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
author nkeynes
date Thu Oct 30 00:06:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Change xlat_get_native_pc to pass in the expected code region - this lets the Mac
unwind implementation range test the IP address (which works) rather than EBP
(which doesn't for some reason).

Remove the test in configure that prevents fomit-frame-pointer being used in Mac
builds.
file annotate diff log raw
1.1 --- a/src/sh4/intc.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/sh4/intc.h Thu Oct 30 00:06:49 2008 +0000
1.3 @@ -16,16 +16,13 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 -#ifndef sh4intc_H
1.8 -#define sh4intc_H 1
1.9 +#ifndef lxdream_intc_H
1.10 +#define lxdream_intc_H 1
1.11
1.12 #include "sh4core.h"
1.13
1.14 #ifdef __cplusplus
1.15 extern "C" {
1.16 -#if 0
1.17 -}
1.18 -#endif
1.19 #endif
1.20
1.21 #define INT_IRQ0 0 /* External Interrupt request 0 */
1.22 @@ -83,4 +80,4 @@
1.23 }
1.24 #endif
1.25
1.26 -#endif /* !sh4intc_H */
1.27 +#endif /* !lxdream_intc_H */
.