Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia32/src/entry.S

    r8844e70 r9ce0683  
    2727#
    2828
    29 #include <abi/asmtool.h>
    30 
    3129INTEL_CPUID_STANDARD = 1
    3230INTEL_SEP = 11
     
    3634.org 0
    3735
     36.globl __entry
     37
    3838## User-space task entry point
    3939#
    4040# %edi contains the PCB pointer
    4141#
    42 SYMBOL(__entry)
     42__entry:
    4343        mov %ss, %ax
    4444        mov %ax, %ds
Note: See TracChangeset for help on using the changeset viewer.