[Bug 166796] Review Request: cmucl-19b-2: The CMU Common Lisp compiler

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 31 13:39:07 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: cmucl-19b-2: The CMU Common Lisp compiler


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166796





------- Additional Comments From rdieter at math.unl.edu  2005-08-31 09:38 EST -------
near line 300:

    if (contextstruct.fpstate)
#if defined(__x86_64)
      setfpucw(contextstruct.fpstate->cwd & ~0xc00);
#else
      setfpucw(contextstruct.fpstate->cw & ~0xc00);
#endif


near line 451: 

      if (contextstruct.fpstate)
#if defined(__x86_64)
        setfpucw(contextstruct.fpstate->cwd & ~0xc00);
#else
        setfpucw(contextstruct.fpstate->cw & ~0xc00);
#endif


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list