SCM Repository
Diff of /sml/trunk/src/MLRISC/c-calls/c-calls.sig
Parent Directory
|
Revision Log
|
Patch
revision 1044, Mon Jan 28 21:36:08 2002 UTC | revision 1045, Mon Jan 28 22:13:13 2002 UTC | |
---|---|---|
# | Line 31 | Line 31 |
31 | * proto -- the function's prototype | * proto -- the function's prototype |
32 | * paramAlloc -- this callback takes the size and alignment | * paramAlloc -- this callback takes the size and alignment |
33 | * constraints on the parameter-passing area | * constraints on the parameter-passing area |
34 | * in the stack. It it returns true, then the | * in the stack. If it returns true, then the |
35 | * space for the parameters is allocated by | * space for the parameters is allocated by |
36 | * client; otherwise genCall allocates the space. | * client; otherwise genCall allocates the space. |
37 | * structRet -- this callback thjes the size and alignment | * structRet -- this callback thjes the size and alignment |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |