summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-09-01 04:14:15 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-09-01 04:14:15 +0000
commitbdf061f6e72e6d2fadc5890c1d86d5b8efd6768a (patch)
treec7f18c66e1ea7300f66621bd68e0c45fe441d785 /CHANGES
parentb5f76fbe9b394b30987534cb667d7cc893372426 (diff)
downloadnasm-bdf061f6e72e6d2fadc5890c1d86d5b8efd6768a.tar.gz
-O10 and -O15, not -O5 and -O10
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d22d2e06..435bc9ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,7 +16,7 @@
* Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop foo".
* Remove "backslash()".
* Fix the SMSW and SLDT instructions.
-* -O2 and -O3 are no longer aliases for -O5 and -O10. If you mean the
+* -O2 and -O3 are no longer aliases for -O10 and -O15. If you mean the
latter, please say so! :)
0.98.36