SCM Repository
[smlnj] Diff of /sml/trunk/src/compiler/CodeGen/main/mlriscGen.sml
Diff of /sml/trunk/src/compiler/CodeGen/main/mlriscGen.sml
Parent Directory
|
Revision Log
|
Patch
1869 |
CCalls.genCall |
CCalls.genCall |
1870 |
{ name = f, proto = p, structRet = sr, |
{ name = f, proto = p, structRet = sr, |
1871 |
saveRestoreDedicated = srd, |
saveRestoreDedicated = srd, |
1872 |
|
paramAlloc = fn _ => false, |
1873 |
callComment = |
callComment = |
1874 |
SOME ("C prototype is: " ^ CProto.pshow p), |
SOME ("C prototype is: " ^ CProto.pshow p), |
1875 |
args = a } |
args = a } |
|
Legend:
Removed from v.1043 |
|
changed lines |
|
Added in v.1044 |
|
|