janitorial

This commit is contained in:
Pragyansh Chaturvedi
2025-09-09 00:26:06 +05:30
parent 7c15bff6c0
commit 5adc6d75e9
5 changed files with 11 additions and 4 deletions

View File

@ -1,9 +1,11 @@
import ast
from llvmlite import ir
def bpf_ktime_get_ns_emitter(call, module, builder, func):
pass
def bpf_printk_emitter(call, module, builder, func):
if not hasattr(func, "_fmt_counter"):
func._fmt_counter = 0