- the #if was in the wrong place.

This commit is contained in:
Christoph Oelckers 2017-03-04 11:33:57 +01:00
parent a5edd48996
commit 3879e67cee

View file

@ -664,9 +664,9 @@ begin:
VMReturn returns[MAX_RETURNS];
int numret;
b = B;
#if 0
// [ZZ] hax!
b = B;
if (call->BarrierSide == 3) // :( - this is Side_Virtual. Side_Virtual should receive special arguments.
{
PFunction* calledfunc = (PFunction*)(reg.param + f->NumParam - b)[0].a;