Commit 7def3512 by Richard Kenner

Update comment

From-SVN: r38617
parent 4fe1a9ee
...@@ -510,8 +510,7 @@ extern int target_flags; ...@@ -510,8 +510,7 @@ extern int target_flags;
/* 0x2000, 0x4000 are unused */ /* 0x2000, 0x4000 are unused */
/* Nonzero if pointers are 64 bits. /* Nonzero if pointers are 64 bits. */
At the moment it must follow architecture size flag. */
#define MASK_PTR64 0x8000 #define MASK_PTR64 0x8000
#define TARGET_PTR64 (target_flags & MASK_PTR64) #define TARGET_PTR64 (target_flags & MASK_PTR64)
......
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