Changeset 458


Ignore:
Timestamp:
Feb 2, 2004, 8:01:27 AM (21 years ago)
Author:
Gary Byers
Message:

Remove old vector-copying stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/lisp-exceptions.c

    r416 r458  
    15471547  area *a;
    15481548  TCR *tcr = (TCR *)(xpGPR(xp, rcontext));
    1549   char raw_vectors[34*16];
    1550   vector_buf vectors = (vector_buf) ((((int) raw_vectors) + 0xf) & ~0xf);
    15511549
    15521550  /* Put the active stack pointer where .SPcallback expects it */
     
    15611559
    15621560
    1563 #ifdef LINUX
    1564   if (altivec_available) {
    1565     put_altivec_registers(vectors);
    1566     xpGPR(xp,PT_MQ) = (LispObj) vectors;
    1567 
    1568   }
    1569 #endif
    15701561
    15711562  /* Call back.
     
    15781569  LOCK(lisp_global(EXCEPTION_LOCK), tcr);
    15791570
    1580   if (altivec_available) {
    1581     get_altivec_registers(vectors);
    1582   }
    15831571
    15841572
Note: See TracChangeset for help on using the changeset viewer.