Changeset 3004


Ignore:
Timestamp:
Apr 7, 2007, 2:41:40 AM (18 years ago)
Author:
bird
Message:

Fixed wrong segment class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/sys/386/signal16bit.asm

    r1617 r3004  
    6565    shl     edx, 13
    6666    mov     dx, sp
    67     mov     eax, seg FLAT:DATA32
     67    mov     eax, seg DGROUP
     68    mov     ss, eax
    6869    mov     esp, edx
    69     mov     ss, eax
    7070
    7171    ; load selectors.
     
    102102CODE16 ends
    103103
    104 DATA32 segment use32 para public 'DATA32'
     104DATA32 segment use32 para public 'DATA'
    105105DATA32 ends
    106106
     107BSS32 segment use32 para public 'BSS'
     108BSS32 ends
     109
     110DGROUP GROUP DATA32, BSS32
     111
    107112end
Note: See TracChangeset for help on using the changeset viewer.