Parent Directory
|
Revision Log
|
Patch
| revision 1.45 by bellard, Mon Jan 31 20:45:12 2005 UTC | revision 1.46 by bellard, Wed Feb 2 20:42:01 2005 UTC | |
|---|---|---|
| # | Line 731 static inline int handle_cpu_signal(unsi | Line 731 static inline int handle_cpu_signal(unsi |
| 731 | int is_write, sigset_t *old_set, | int is_write, sigset_t *old_set, |
| 732 | void *puc) | void *puc) |
| 733 | { | { |
| 734 | /* XXX: do more */ | /* XXX: locking issue */ |
| 735 | if (is_write && page_unprotect(address, pc, puc)) { | |
| 736 | return 1; | |
| 737 | } | |
| 738 | return 0; | return 0; |
| 739 | } | } |
| 740 | #elif defined(TARGET_SPARC) | #elif defined(TARGET_SPARC) |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |