Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/mips32/src/syscall.c

    re5ace7d7 r6ff23ff  
    5757              "r" (__mips_reg_t1),
    5858              "r" (__mips_reg_v0)
    59             :
    6059              /*
    6160               * We are a function call, although C
    6261               * does not know it.
    6362               */
    64               "%ra",
    65               /*
    66                * Clobber memory too as some arguments might be
    67                * actually pointers.
    68                */
    69               "memory"
     63            : "%ra"
    7064        );
    7165
Note: See TracChangeset for help on using the changeset viewer.