test commit 2

This commit is contained in:
julianb0 2019-05-15 19:33:04 +02:00
parent f14c81024a
commit 85150a69c2
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ void i_sub(ctx_t *ctx, acc_t *p1, acc_t *p2)
}
ctx->r[p1->val].val -= p2->type >= A_IMM16 ? p2->val
: ctx->r[p2->val].val;
: ctx->r[p2->val].val;
}
void i_mul(ctx_t *ctx, acc_t *p1, acc_t *p2)