X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fx86_64%2F__set_thread_area.s;h=f3ff4f61bf321fe2e8a2cde92e02a57b01847ed4;hb=f143458223f90262a9c2d929f9e815a74e3aa139;hp=cc538e52e23e6c3fefcf5eb6a3802a1e3729cdfe;hpb=8cfbc8be82898c98fc0a93e2cc7912d9e649f32e;p=musl diff --git a/src/thread/x86_64/__set_thread_area.s b/src/thread/x86_64/__set_thread_area.s index cc538e52..f3ff4f61 100644 --- a/src/thread/x86_64/__set_thread_area.s +++ b/src/thread/x86_64/__set_thread_area.s @@ -3,8 +3,8 @@ .global __set_thread_area .type __set_thread_area,@function __set_thread_area: - mov %rdi,%rsi /* shift for syscall */ - movl $0x1002,%edi /* SET_FS register */ - movl $158,%eax /* set fs segment to */ - syscall /* arch_prctl(SET_FS, arg)*/ + mov %rdi,%rsi /* shift for syscall */ + movl $0x1002,%edi /* SET_FS register */ + movl $158,%eax /* set fs segment to */ + syscall /* arch_prctl(SET_FS, arg)*/ ret