diff options
Diffstat (limited to 'llvm/docs/Extensions.rst')
| -rw-r--r-- | llvm/docs/Extensions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Extensions.rst b/llvm/docs/Extensions.rst index 12eac5e0ed8..c8ff07c2b0c 100644 --- a/llvm/docs/Extensions.rst +++ b/llvm/docs/Extensions.rst @@ -178,10 +178,10 @@ For example, the following code creates two sections named ``.text``. .. code-block:: gas - .section .text,"ax",@progbits,unique 1 + .section .text,"ax",@progbits,unique,1 nop - .section .text,"ax",@progbits,unique 2 + .section .text,"ax",@progbits,unique,2 nop |

