|
From: Julian S. <js...@ac...> - 2009-02-28 09:40:57
|
> I tried to pass more than three parameters to a helper function, but > got the following error during runtime: > vex: priv/ir/irdefs.c:927 (mkIRCallee): Assertion `regparms >= 0 && > regparms <= 3' failed. "regparms" is not the number of parameters. It is the number of parameters passed in registers on x86. > static VG_REGPARM(5) use VG_REGPARM(3) > di = unsafeIRDirty_0_N( /*regparms*/5, use /*regparms*/3, J |