runimage.c: Actually pass arguments to execute()
commit71e195441ea968c0fd9af48c1d2e5823b7a0db41
authorMatt Fleming <matt.fleming@intel.com>
Wed, 21 Nov 2012 22:34:19 +0000 (21 22:34 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Mon, 26 Nov 2012 12:34:13 +0000 (26 12:34 +0000)
treeeed87944f72bec90be45896d7951fefee7bab21e
parentb8dfe78a33e70f657f8aadb48de644a92bf82850
runimage.c: Actually pass arguments to execute()

Fix the breakage from commit 8486142cf304 ("elflink: Replace
__intcall() with direct function calls"), where we stopped passing
'cmdline' to execute().

This bug resulted in things like config.c32 not respecting the
<directory> argument.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/lib/syslinux/runimage.c