Changeset 0a862b65 in mainline for libc/arch/ia32/src/thread_entry.s


Ignore:
Timestamp:
2006-03-18T08:56:23Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7048773
Parents:
81e55099
Message:

Fix ia32 uspace threads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/ia32/src/thread_entry.s

    r81e55099 r0a862b65  
    3535#
    3636__thread_entry:
     37        mov %ss, %dx
     38        mov %dx, %ds
     39        mov %dx, %es
     40        mov %dx, %fs
     41        mov %dx, %gs
     42
    3743        #
    3844        # EAX contains address of uarg.
Note: See TracChangeset for help on using the changeset viewer.