ref_count should be vint32, as we're accessing it at least once directly.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19786 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -63,7 +63,7 @@ typedef struct vm_cache_ref {
|
||||
|
||||
struct vm_area *areas;
|
||||
|
||||
int32 ref_count;
|
||||
vint32 ref_count;
|
||||
} vm_cache_ref;
|
||||
|
||||
// vm_cache
|
||||
|
||||
Reference in New Issue
Block a user