From: nasm-bot f. C. G. <gor...@gm...> - 2016-03-07 19:39:16
|
Commit-ID: 6832acb6e34cf98ad343493ca1569c61178a37f9 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=6832acb6e34cf98ad343493ca1569c61178a37f9 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Mon, 7 Mar 2016 22:36:18 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Mon, 7 Mar 2016 22:36:18 +0300 doc: changes -- Don't forget to mention MONITORX and MWAITX Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- doc/changes.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes.src b/doc/changes.src index 3bca35a..62ece40 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -14,7 +14,7 @@ since 2007. \b Fix error when not specifying a list file. -\b Add the \c{CLZERO} instruction. +\b Add \c{CLZERO}, \c{MONITORX} and \c{MWAITX} instructions. \S{cl-2.12} Version 2.12 |