]> granicus.if.org Git - clang/commitdiff
257 -> FS
authorChris Lattner <sabre@nondot.org>
Tue, 5 May 2009 18:54:47 +0000 (18:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 May 2009 18:54:47 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70996 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index 070fdc2e082eb76de7787ecf4cb716b828979463..c486562b1009c56def4b9d85eda2909a430fce9e 100644 (file)
@@ -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>