/* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-jmp-instruction * * Unconditional branch, address relative to the current address. */ #include LKMC_PROLOGUE jmp after_fail LKMC_ASSERT_FAIL after_fail: LKMC_EPILOGUE