- most ATAG stuff is gone, except for the static storage space in the VMFunction.

This commit is contained in:
Christoph Oelckers 2017-04-10 16:06:18 +02:00
commit 60dd58e7d2
5 changed files with 14 additions and 53 deletions

View file

@ -227,8 +227,7 @@ void VMFillParams(VMValue *params, VMFrame *callee, int numparam)
else
{
assert(p.Type == REGT_POINTER);
calleereg.a[rega] = p.a;
calleereg.atag[rega++] = p.atag;
calleereg.a[rega++] = p.a;
}
}
}