mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
11 lines
233 B
ArmAsm
11 lines
233 B
ArmAsm
/* https://cirosantilli.com/linux-kernel-module-cheat#benchmark-emulators-on-userland-executables */
|
|
|
|
#define LKMC_M5OPS_ENABLE 1
|
|
#include "lkmc/m5ops.h"
|
|
|
|
.text
|
|
.global _start
|
|
_start:
|
|
asm_main_after_prologue:
|
|
LKMC_M5OPS_EXIT_ASM
|