Ignore:
Timestamp:
Mar 10, 2015, 9:02:34 AM (11 years ago)
Author:
rousseau
Message:

Added support for JWasm

Set USE_JWASM=1 in the environment to use JWasm instead of Alp.

This is a quick hack as it does not use the existing JWASM.kmk
functionality of kBuild yet. So setting USE_JWASM:=1 in LocalConfig.kmk
will not work and JWasm must be somewhere in the PATH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/kernel32/FastInfoBlocksa.asm

    r21916 r22086  
    114114IFDEF __EMX__
    115115    extrn _16_Dos16GetInfoSeg:far
    116     call    _16_Dos16GetInfoSeg
     116    call far ptr    _16_Dos16GetInfoSeg
    117117ELSE
    118118    extrn DOS16GETINFOSEG:far
     
    121121    pop     dx                          ; sel LIS
    122122    pop     cx                          ; sel GIS
    123     jmp far ptr FLAT:Thunk32_fibInit
     123    jmp far ptr CODE32:Thunk32_fibInit
    124124CODE16 ends
    125125CODE32 segment
Note: See TracChangeset for help on using the changeset viewer.