|
From: <sv...@va...> - 2015-02-16 22:29:10
|
Author: florian
Date: Mon Feb 16 22:29:03 2015
New Revision: 14935
Log:
Update a few comments.
Modified:
trunk/include/pub_tool_aspacemgr.h
Modified: trunk/include/pub_tool_aspacemgr.h
==============================================================================
--- trunk/include/pub_tool_aspacemgr.h (original)
+++ trunk/include/pub_tool_aspacemgr.h Mon Feb 16 22:29:03 2015
@@ -71,7 +71,6 @@
kind == SkFile{C,V}:
// smode==SmFixed
- moveLo == moveHi == NotMovable, maxlen == 0
// there is an associated file
// segment may have permissions
@@ -86,9 +85,9 @@
// there's no associated file:
dev==ino==foff = 0, fnidx == -1
// segment has no permissions
- hasR==hasW==hasX==anyTranslated == False
+ hasR==hasW==hasX == False
- Also: anyTranslated==True is only allowed in SkFileV and SkAnonV
+ Also: hasT==True is only allowed in SkFileC and SkAnonC
(viz, not allowed to make translations from non-client areas)
*/
typedef
|