Skip to content
Snippets Groups Projects
Commit 237ef34a authored by rtoy's avatar rtoy
Browse files

The trace/debug:arg issue is fixed for Darwin, Linux, and FreeBSD now.

parent b9c7bd10
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment