clib: move REG to the stack frames
authorJean Privat <jean@pryen.org>
Tue, 18 Aug 2009 17:05:23 +0000 (12:05 -0500)
committerJean Privat <jean@pryen.org>
Tue, 18 Aug 2009 23:09:38 +0000 (19:09 -0400)
It means that functions have different frame sizes.
To achieve this, each function frame ('me') is stored in a big_frame ('fra')
that contains enough space to store all the REGs.

Signed-off-by: Jean Privat <jean@pryen.org>


No differences found