Changeset 458
- Timestamp:
- Feb 2, 2004, 8:01:27 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/lisp-exceptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/lisp-exceptions.c
r416 r458 1547 1547 area *a; 1548 1548 TCR *tcr = (TCR *)(xpGPR(xp, rcontext)); 1549 char raw_vectors[34*16];1550 vector_buf vectors = (vector_buf) ((((int) raw_vectors) + 0xf) & ~0xf);1551 1549 1552 1550 /* Put the active stack pointer where .SPcallback expects it */ … … 1561 1559 1562 1560 1563 #ifdef LINUX1564 if (altivec_available) {1565 put_altivec_registers(vectors);1566 xpGPR(xp,PT_MQ) = (LispObj) vectors;1567 1568 }1569 #endif1570 1561 1571 1562 /* Call back. … … 1578 1569 LOCK(lisp_global(EXCEPTION_LOCK), tcr); 1579 1570 1580 if (altivec_available) {1581 get_altivec_registers(vectors);1582 }1583 1571 1584 1572
Note:
See TracChangeset
for help on using the changeset viewer.
