ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/vm_alloc.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/vm_alloc.cpp (file contents):
Revision 1.29 by gbeauche, 2008-01-16T22:36:35Z vs.
Revision 1.30 by gbeauche, 2008-01-17T23:19:01Z

# Line 361 | Line 361 | int vm_get_write_watch(void * addr, size
361                  flags |= WRITE_WATCH_FLAG_RESET;
362  
363          ULONG page_size;
364 <        ULONG count = *n_pages;
364 >        ULONG_PTR count = *n_pages;
365          int ret_code = GetWriteWatch(flags, addr, size, pages, &count, &page_size);
366          if (ret_code != 0)
367                  return -1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines