Re: [2.6 patch] i386: always use 4k stacks

From: Horst von Brand
Date: Sat Dec 17 2005 - 23:20:30 EST


Horst von Brand <vonbrand@xxxxxxxxxxxx> wrote:
[Forgot the attachment]
struct s {
int a, b, c;
};

void h(struct s *);

int f()
{
struct s s;

s.a = 3;
h(&s);
}

int g()
{
h(&((struct s) {3, 0, 0}));
}
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513