Changeset 37c57f2 in mainline for arch/amd64/src/interrupt.c


Ignore:
Timestamp:
2006-03-16T20:56:22Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff14c520
Parents:
6a22fcb
Message:

Added task_print.
Fixed ipc to support connect_me_to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/interrupt.c

    r6a22fcb r37c57f2  
    4646{
    4747        char *symbol;
    48         __u64 *x = &istate->stack[0];
     48/*      __u64 *x = &istate->stack[0]; */
    4949
    5050        if (!(symbol=get_symtab_entry(istate->rip)))
     
    6161        printf("%%r14=%Q, %%r15=%Q, %%rsp=%Q\n",istate->r14,istate->r15,&istate->stack[0]);
    6262        printf("%%rbp=%Q\n",istate->rbp);
     63/*     
    6364        printf("stack: %Q, %Q, %Q\n", x[5], x[6], x[7]);
    6465        printf("       %Q, %Q, %Q\n", x[8], x[9], x[10]);
    6566        printf("       %Q, %Q, %Q\n", x[11], x[12], x[13]);
    6667        printf("       %Q, %Q, %Q\n", x[14], x[15], x[16]);
     68*/
    6769}
    6870
Note: See TracChangeset for help on using the changeset viewer.