Updated comment for test jmp_fwd()

This commit is contained in:
ketank-new 2016-12-08 10:22:28 +05:30 committed by GitHub
parent 106718249e
commit 1f034811a3

View File

@ -108,7 +108,7 @@ static void jmp_fwd(dasm_State *state)
{
dasm_State **Dst = &state;
// compare r2 == r3; do { r2 += r2; } while(r2 != r3);
// while(r2!=r3){r2 += 2};
| j >1
|1:
| cgr r2 , r3