Subversion Repositories HelenOS-historic

Rev

Rev 1256 | Rev 1263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1256 Rev 1261
Line 80... Line 80...
80
        /*
80
        /*
81
         * In case there really existed smaller iomap,
81
         * In case there really existed smaller iomap,
82
         * copy its contents and deallocate it.
82
         * copy its contents and deallocate it.
83
         */    
83
         */    
84
        if (oldiomap.bits) {
84
        if (oldiomap.bits) {
85
            bitmap_copy(&task->arch.iomap, &oldiomap, task->arch.iomap.bits);
85
            bitmap_copy(&task->arch.iomap, &oldiomap, oldiomap.bits);
86
            free(oldiomap.map);
86
            free(oldiomap.map);
87
        }
87
        }
88
    }
88
    }
89
 
89
 
90
    /*
90
    /*