Changeset 12796
- Timestamp:
- Sep 8, 2009, 6:16:49 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-0/PPC/ppc-utils.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-0/PPC/ppc-utils.lisp
r11522 r12796 596 596 (ba .SPmakeu32)) 597 597 598 (defun %watch (uvector) 599 (declare (ignore uvector)) 600 (error "watching objects not supported on PPC yet")) 601 602 (defun %unwatch (watched) 603 (declare (ignore watched)) 604 (error "watching objects not supported on PPC yet")) 605 598 606 ;;; Make a list. This can be faster than doing so by doing CONS 599 607 ;;; repeatedly, since the latter strategy might triger the GC several
Note:
See TracChangeset
for help on using the changeset viewer.
