Ignore:
Timestamp:
2018-04-04T15:42:37Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

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

    r47b2d7e3 r1433ecda  
    4848
    4949        asm volatile (
    50                 "syscall\n"
    51                 : "=r" (__mips_reg_v0)
    52                 : "r" (__mips_reg_a0),
    53                   "r" (__mips_reg_a1),
    54                   "r" (__mips_reg_a2),
    55                   "r" (__mips_reg_a3),
    56                   "r" (__mips_reg_t0),
    57                   "r" (__mips_reg_t1),
    58                   "r" (__mips_reg_v0)
     50            "syscall\n"
     51            : "=r" (__mips_reg_v0)
     52            : "r" (__mips_reg_a0),
     53              "r" (__mips_reg_a1),
     54              "r" (__mips_reg_a2),
     55              "r" (__mips_reg_a3),
     56              "r" (__mips_reg_t0),
     57              "r" (__mips_reg_t1),
     58              "r" (__mips_reg_v0)
    5959                /*
    6060                 * We are a function call, although C
    6161                 * does not know it.
    6262                 */
    63                 : "%ra"
     63            : "%ra"
    6464        );
    6565
Note: See TracChangeset for help on using the changeset viewer.