Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (748 - 750 of 1030)

Ticket Resolution Summary Owner Reporter
#39 fixed time seems wrong on trac.clozure.com Gary Byers R. Matthew Emerson
Description

The time seems to be about 14 minues slow on trac.clozure.com, judging both from mail headers and the times listed when viewing the trac timeline.

#40 fixed misspellings in x86-disassemble.lisp R. Matthew Emerson R. Matthew Emerson
Description
Index: x86-disassemble.lisp
===================================================================
--- x86-disassemble.lisp        (revision 6984)
+++ x86-disassemble.lisp        (working copy)
@@ -2273,8 +2273,8 @@
                    
            (setf (x86-di-mnemonic instruction)
                  (case intop
-                   (#xc0 "uuo-error-two-few-args")
-                   (#xc1 "uuo-error-two-many-args")
+                   (#xc0 "uuo-error-too-few-args")
+                   (#xc1 "uuo-error-too-many-args")
                    (#xc2 "uuo-error-wrong-number-of-args")
                    (#xc4 (progn (setq stop nil) "uuo-gc-trap"))
                    (#xc5 "uuo-alloc")
#47 fixed xpMMXreg macro (from x86-exceptions.h) not used, and appears wrong for darwin Gary Byers R. Matthew Emerson
Description

(lines 38--39 in lisp-kernel/x86-exceptions.h)

#define xpFPRvector(x) ((natural *)(&(UC_MCONTEXT(x)->__fs.__fpu_xmm0)))
#define xpMMXreg(x,n)  (xpFPRvector(x)[n])

The x87/mmx regs don't immediately follow the first xmm register in the darwin floating point state struct.

xpMMxreg appears to be unused at the moment, so it doesn't affect anything, but it seems like it ought to be corrected or deleted.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.