Ignore:
Timestamp:
2013-12-29T14:32:55Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c14b88, 6fa9a99d, 9be30cdf, aacdb8e
Parents:
2a13328
Message:

cherrypick important fixes and updates from lp:~jceel/helenos/leon3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc32/include/libarch/tls.h

    r2a13328 r208b5f5  
    4747static inline void __tcb_set(tcb_t *tcb)
    4848{
    49         asm volatile(
     49        asm volatile (
    5050                "mov %0, %%g7\n"
    5151                :: "r" (tcb)
     
    5858        void *retval;
    5959       
    60         asm volatile(
     60        asm volatile (
    6161                "mov %%g7, %0\n"
    6262                : "=r" (retval)
Note: See TracChangeset for help on using the changeset viewer.