diff options
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index d7227743160..782c55e2fa6 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -15046,7 +15046,7 @@ depth is returned as integer value. For a nesting depth of 0 the code is not executed as part of an transaction. @end deftypefn -@deftypefn {Built-in Function} void __builtin_non_tx_store (unsigned long long *, unsigned long long) +@deftypefn {Built-in Function} void __builtin_non_tx_store (uint64_t *, uint64_t) Generates the @code{ntstg} machine instruction. The second argument is written to the first arguments location. The store operation will |