Revision 9f0777ed

b/cpu-exec.c
731 731
                                    int is_write, sigset_t *old_set,
732 732
                                    void *puc)
733 733
{
734
    /* XXX: do more */
734
    /* XXX: locking issue */
735
    if (is_write && page_unprotect(address, pc, puc)) {
736
        return 1;
737
    }
735 738
    return 0;
736 739
}
737 740
#elif defined(TARGET_SPARC)

Also available in: Unified diff