summaryrefslogtreecommitdiff
path: root/fpcsrc/rtl/netwlibc/nwl_main.as
blob: ec17c9bdf5579a7fc85a6115dcf4826be12bf3b4 (plain)
1
2
3
4
5
6
//for a library we should not have main
//link this only for non libraries
     .text
     .globl main
main:
     jmp    _FPC_NLM_Entry