lkml.org 
[lkml]   [2005]   [Dec]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [2.6 patch] i386: always use 4k stacks
Date
From
Horst von Brand <vonbrand@inf.utfsm.cl> 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
\
 
 \ /
  Last update: 2005-12-18 05:23    [W:0.035 / U:0.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site