Subversion Repositories Kolibri OS

Rev

Rev 3039 | Rev 3480 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3039 Rev 3391
Line 63... Line 63...
63
    .global _UserAlloc
63
    .global _UserAlloc
64
    .global _UserFree
64
    .global _UserFree
Line 65... Line 65...
65
 
65
 
-
 
66
    .global _WaitEvent
Line 66... Line 67...
66
    .global _WaitEvent
67
    .global _WaitEventTimeout
67
 
68
 
68
 
69
 
Line 125... Line 126...
125
    .def  _UserAlloc;         .scl  2;  .type 32; .endef
126
    .def  _UserAlloc;         .scl  2;  .type 32; .endef
126
    .def  _UserFree;          .scl  2;  .type 32; .endef
127
    .def  _UserFree;          .scl  2;  .type 32; .endef
Line 127... Line 128...
127
 
128
 
-
 
129
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
Line 128... Line 130...
128
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
130
    .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
129
 
131
 
130
 
132
 
Line 187... Line 189...
187
 
189
 
Line 188... Line 190...
188
_UserAlloc:
190
_UserAlloc:
189
_UserFree:
191
_UserFree:
190
_WaitEvent:
192
_WaitEvent:
-
 
193
_WaitEventTimeout:
Line 191... Line 194...
191
 
194
 
Line 192... Line 195...
192
        ret
195
        ret
Line 256... Line 259...
256
        .ascii " -export:UserAlloc"            # stdcall
259
        .ascii " -export:UserAlloc"            # stdcall
257
        .ascii " -export:UserFree"             # stdcall
260
        .ascii " -export:UserFree"             # stdcall
Line 258... Line 261...
258
 
261
 
-
 
262
        .ascii " -export:WaitEvent"            # stdcall