Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8211 maxcodehac 1
#include 
2
MK_C_SYM(_alloca)
3
	sub	%eax, %esp
4
	mov	(%esp,%eax),%eax
5
	mov	%eax, (%esp)
6
	ret