Changeset 255ec35 in mainline for libc/arch/mips32/src/syscall.c


Ignore:
Timestamp:
2006-03-20T13:51:51Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07824fd
Parents:
29c1282
Message:

RA is now saved by caller instead of kernel on syscall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/mips32/src/syscall.c

    r29c1282 r255ec35  
    4747                  "r" (__mips_reg_a3),
    4848                  "r" (__mips_reg_v0)
     49                : "%ra" /* We are a function call, although C does not
     50                         * know it */
    4951        );
    5052       
Note: See TracChangeset for help on using the changeset viewer.