bootstrappable: (foo--)->bar.baz.

This commit is contained in:
Jan Nieuwenhuizen 2017-11-16 06:35:22 +01:00
parent 7823336295
commit e9979b51d4
1 changed files with 2 additions and 1 deletions

View File

@ -700,7 +700,8 @@ ST_FUNC void gtst_addr(int inv, int a)
{
int v = vtop->r & VT_VALMASK;
if (v == VT_CMP) {
inv ^= (vtop--)->c.i;
inv ^= vtop->c.i;
vtop--;
a -= ind + 2;
if (a == (char)a) {
g(inv - 32);