From 5acbbfa97e8911961ac3025f6e4f90deb22cf321 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Thu, 9 May 2013 15:00:30 +0100 Subject: [PATCH] Adding arg to windows makefiles. adding trivial params implementation to vman.c. Copied from Perforce Change: 181672 ServerID: perforce.ravenbrook.com --- mps/code/vman.c | 9 +++++++++ mps/code/w3i3mv.nmk | 2 +- mps/code/w3i6mv.nmk | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/mps/code/vman.c b/mps/code/vman.c index c4d4060f89a..db7795c9f2e 100644 --- a/mps/code/vman.c +++ b/mps/code/vman.c @@ -52,6 +52,15 @@ Align VMAlign(VM vm) } +Res VMParamFromArgs(void *params, size_t paramSize, ArgList args) +{ + AVER(params != NULL); + AVERT(ArgList, args); + UNUSED(paramSize); + return ResOK; +} + + /* VMCreate -- reserve some virtual address space, and create a VM structure */ Res VMCreate(VM *vmReturn, Size size) diff --git a/mps/code/w3i3mv.nmk b/mps/code/w3i3mv.nmk index 671b1b5847f..6de2c80db0d 100644 --- a/mps/code/w3i3mv.nmk +++ b/mps/code/w3i3mv.nmk @@ -19,7 +19,7 @@ MPM = \ \ \ \ - + PLINTH = AMC = AMS = diff --git a/mps/code/w3i6mv.nmk b/mps/code/w3i6mv.nmk index 75aae0aaa4d..ad238b05284 100644 --- a/mps/code/w3i6mv.nmk +++ b/mps/code/w3i6mv.nmk @@ -20,7 +20,7 @@ MPM = \
\ \ \ - + PLINTH = AMC = AMS =