diff options
-rw-r--r-- | gcc/md.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/md.texi b/gcc/md.texi index b8c9e37..2c464b5 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -3314,10 +3314,10 @@ list of operands, such as this example: @group "" " -{ +@{ handle_add (operands[0], operands[1], operands[2]); DONE; -}") +@}") @end group @end smallexample |