is this a bug?? #47
lif1234567892
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/BeaEngine/beaengine/blob/master/src/Includes/instr_set/instructions_list.c
0f8dh in ida show a jge that also equal jnl;
this page of code at during 0f8dh‘s parsing , lead result a “jl”
the function name is like jnl
so is it a mistake of writing ?
/* =======================================
void bea_callspec jnl_near(PDISASM pMyDisasm)
{
jcc_near(pMyDisasm, "jl", 122, JNL);
}
Beta Was this translation helpful? Give feedback.
All reactions