Ignore:
Timestamp:
2018-04-15T09:35:04Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1f44ca
Parents:
8ebe212
Message:

More ccheck fixes, sometimes with manual intervention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc64/include/libarch/syscall.h

    r8ebe212 r18b6a88  
    6060
    6161        asm volatile (
    62                 "ta %7\n"
    63                 : "=r" (a1)
    64                 : "r" (a1), "r" (a2), "r" (a3), "r" (a4), "r" (a5), "r" (a6),
    65                   "i" (id)
    66                 : "memory"
     62            "ta %7\n"
     63            : "=r" (a1)
     64            : "r" (a1), "r" (a2), "r" (a3), "r" (a4), "r" (a5), "r" (a6),
     65              "i" (id)
     66            : "memory"
    6767        );
    6868
Note: See TracChangeset for help on using the changeset viewer.