mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
x86 asm: improve jcc
This commit is contained in:
@@ -44,12 +44,12 @@ LKMC_PROLOGUE
|
||||
popf
|
||||
pushf
|
||||
|
||||
/* ! 0 > 255 */
|
||||
/* !(0 > 255) */
|
||||
LKMC_ASSERT(jna)
|
||||
popf
|
||||
pushf
|
||||
|
||||
/* ! 0 < -1 */
|
||||
/* !(0 < -1) */
|
||||
LKMC_ASSERT(jnl)
|
||||
popf
|
||||
pushf
|
||||
|
||||
Reference in New Issue
Block a user