X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dl.c;h=d514f8189743047924474ffec00f25fe612c8b9a;hb=2304df62caa7d9be70e8b8bcdb454e139c9c103d;hp=38a798cfc1fdf96858937ff765ee29b967ae2837;hpb=8990e3071044a96302560bbdb5706f3e74cf1bef;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dl.c b/dl.c index 38a798c..d514f81 100644 --- a/dl.c +++ b/dl.c @@ -5,9 +5,9 @@ #include "XSUB.h" static int -XS_DynamicLoader_bootstrap(ix, sp, items) +XS_DynamicLoader_bootstrap(ix, ax, items) register int ix; -register int sp; +register int ax; register int items; { if (items < 1 || items > 1) { @@ -39,7 +39,7 @@ register int items; ST(0) = sv_mortalcopy(&sv_yes); } - return sp; + return ax; } int