From 1f034811a3e8477da4a62623092287efae4d7bf7 Mon Sep 17 00:00:00 2001 From: ketank-new Date: Thu, 8 Dec 2016 10:22:28 +0530 Subject: [PATCH] Updated comment for test jmp_fwd() --- dynasm/Examples/test_z_inst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynasm/Examples/test_z_inst.c b/dynasm/Examples/test_z_inst.c index 7b3c0f27..c17aebcd 100644 --- a/dynasm/Examples/test_z_inst.c +++ b/dynasm/Examples/test_z_inst.c @@ -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