Changeset 30bc2ce in mainline for uspace/lib/c/arch/ia64/include/libarch/tls.h
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d62d2c6
- Parents:
- 199b6d8
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 19:38:34)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/libarch/tls.h
r199b6d8 r30bc2ce 56 56 asm volatile ("mov %0 = r13\n" : "=r" (retval)); 57 57 58 return retval;58 return (tcb_t *)retval; 59 59 } 60 60
Note:
See TracChangeset
for help on using the changeset viewer.