From 237ef34a091994cc2b7c3eef95ef19ed008cf19b Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Sun, 27 Jun 2010 13:18:34 +0000
Subject: [PATCH] The trace/debug:arg issue is fixed for Darwin, Linux, and
 FreeBSD now.

---
 general-info/release-20b.txt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt
index 12df3a36b..a3d1fa99f 100644
--- a/general-info/release-20b.txt
+++ b/general-info/release-20b.txt
@@ -144,10 +144,7 @@ New in this release:
     - When printing out argument values in the debugger and also
       during TRACE, the incorrect values were returned for the SSE2
       core.  This was caused by using the x87 values instead of the
-      sse2 values in the sigcontext.  This is fixed for Mac OS X.
-      This bug still exists on Linux which doesn't seem to have any
-      way to access the SSE2 registers in the sigcontext in 32-bit
-      binaries and on FreeBSD.
+      sse2 values in the sigcontext.  This is fixed now.
 
   * Trac Tickets:
     #33: get-dispatch-macro-character doesn't signal errors in
-- 
GitLab