mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Updated comment for test jmp_fwd()
This commit is contained in:
parent
106718249e
commit
1f034811a3
@ -108,7 +108,7 @@ static void jmp_fwd(dasm_State *state)
|
|||||||
{
|
{
|
||||||
dasm_State **Dst = &state;
|
dasm_State **Dst = &state;
|
||||||
|
|
||||||
// compare r2 == r3; do { r2 += r2; } while(r2 != r3);
|
// while(r2!=r3){r2 += 2};
|
||||||
| j >1
|
| j >1
|
||||||
|1:
|
|1:
|
||||||
| cgr r2 , r3
|
| cgr r2 , r3
|
||||||
|
Loading…
Reference in New Issue
Block a user