Changeset 11528 for trunk/source/level-0/PPC/ppc-misc.lisp
- Timestamp:
- Dec 15, 2008, 12:54:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-0/PPC/ppc-misc.lisp
r11527 r11528 1032 1032 (blr)) 1033 1033 1034 (defppclapfunction %augment _static_conses ((head arg_y) (tail arg_z))1034 (defppclapfunction %augment-static-conses ((head arg_y) (tail arg_z)) 1035 1035 (li imm0 (+ (target-nil-value) (target::kernel-global static-conses))) 1036 1036 @again
Note: See TracChangeset
for help on using the changeset viewer.