Subversion Repositories Kolibri OS

Rev

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

Rev 1313 Rev 1321
Line 230... Line 230...
230
 
230
 
Line 231... Line 231...
231
static inline void __DestroyObject(void *obj)
231
static inline void __DestroyObject(void *obj)
232
{
232
{
233
     __asm__ __volatile__ (
233
     __asm__ __volatile__ (
234
     "call *__imp__DestroyObject"
234
     "call *__imp__DestroyObject \n\t"
235
     :
235
     :
236
     :"a" (obj));
236
     :"a" (obj));
237
     __asm__ __volatile__ (
237
     __asm__ __volatile__ (
238
     ""
238
     ""
239
     :::"eax","ebx","ecx","edx","esi","edi","cc","memory");
239
     :::"eax","ebx","ecx","edx","esi","edi","cc","memory");