Commit 79075a77 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cd4a5f7a
......@@ -1187,7 +1187,7 @@ int mmapfile_remmap_blk_read(VMA *vma, BigFile *file, blk_t blk) {
return 0;
}
void mmapfile_munmap(BigFile *file, VMA *vma) {
void mmapfile_munmap(VMA *vma, BigFile *file) {
BigFileMMap *f = upcast(BigFileMMap*, file);
size_t len = vma->addr_stop - vma->addr_start;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment