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


Ignore:
Timestamp:
2006-03-13T19:37:24Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7fc78da
Parents:
a3aa1e1
Message:

Added very basic IPC userspace stuff.

File:
1 edited

Legend:

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

    ra3aa1e1 rb419162  
    2929#include <libc.h>
    3030
    31 sysarg_t __syscall(const syscall_t id, const sysarg_t p1, const sysarg_t p2, const sysarg_t p3)
     31sysarg_t __syscall(const sysarg_t p1, const sysarg_t p2,
     32                   const sysarg_t p3, const syscall_t id)
    3233{
    3334        register sysarg_t __mips_reg_a0 asm("$4") = p1;
Note: See TracChangeset for help on using the changeset viewer.