SCM Repository
Diff of /sml/trunk/src/MLRISC/c-calls/c-calls.sig
Parent Directory
|
Revision Log
|
Patch
revision 1529, Sun Jul 11 02:57:18 2004 UTC | revision 1530, Sun Jul 11 16:51:01 2004 UTC | |
---|---|---|
# | Line 87 | Line 87 |
87 | val layout : CTypes.c_proto -> { | val layout : CTypes.c_proto -> { |
88 | argLocs : arg_location list, (* argument/parameter assignment *) | argLocs : arg_location list, (* argument/parameter assignment *) |
89 | resLoc : arg_location option, (* result location; NONE for void functions *) | resLoc : arg_location option, (* result location; NONE for void functions *) |
90 | structRet : {szb : int, align : int} option | structRetLoc : {szb : int, align : int} option |
91 | } | } |
92 | ||
93 | (* Callee-save registers as defined in the C calling convention. Note that | (* Callee-save registers as defined in the C calling convention. Note that |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |