diff options
author | Chris Lattner <sabre@nondot.org> | 2009-05-05 18:54:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-05-05 18:54:47 +0000 |
commit | a021e7c4cecf0acdb7fea0a3e22cdf5dd002c5fc (patch) | |
tree | 6a0eb24d3611e543e765b753aa934dbbfa15cf03 | |
parent | d25f00c21b15db3cfd7ac0eb71c6b0fd8cd07ce2 (diff) |
257 -> FS
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70996 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LanguageExtensions.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 070fdc2e08..c486562b10 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -257,9 +257,10 @@ the number of indices specified. <!-- ======================================================================= --> <p>Annotating a pointer with address space #256 causes it to be code generated -relative to the X86 GS segment register. -Note that this is a very very low-level feature that should only be used if you -know what you're doing (for example in an OS kernel).</p> +relative to the X86 GS segment register, and address space #257 causes it to be +relative to the X86 FS segment. Note that this is a very very low-level +feature that should only be used if you know what you're doing (for example in +an OS kernel).</p> <p>Here is an example:</p> |