diff options
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1bff0024aa..3e4d51f252 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -446,7 +446,7 @@ faster:</p> <ul> <li>Exception handling is supported by default on Linux/x86-64.</li> <li>Position Independent Code (PIC) is now supported on Linux/x86-64.</li> -<li>@llvm.frameaddress now supports getting the frame address of stack frames +<li><tt>@llvm.frameaddress</tt> now supports getting the frame address of stack frames > 0 on x86/x86-64.</li> <li>MIPS has improved a lot since last release, the most important changes are: Little endian support, floating point support, allegrex core and |