* src/vm/jit/x86_64/codegen.h: Use multi-byte NOP for code alignment.
[cacao.git] / NEWS
diff --git a/NEWS b/NEWS
index 0dd12f9e335482917a55e701b1690fd65f22a18c..bbc7c624e3904916133c43beaa465bd09c796c86 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ New in release 1.1pre (not yet released)
   * Fixed various array-related bugs, including PR116, PR119.
   * Fixed PR120 (races in thread code).
   * Fixed code generation bugs on Alpha, ARM and PPC64.
-  * Simplified signal handling (much less architecture-specific code).
+  * Simplified signal handling (much less code duplication).
   * Works with icedtea-1.10. (PR128, PR129).
   * OpenSolaris support.
   * Various other fixes.