allow allocation pass on vmlinux cast

This commit is contained in:
2025-11-21 16:02:54 +05:30
parent 42b8865a56
commit fde8eab775
3 changed files with 14 additions and 3 deletions

View File

@ -16,8 +16,6 @@ mapping = {
"c_long": ir.IntType(64),
"c_ulong": ir.IntType(64),
"c_longlong": ir.IntType(64),
"c_uint": ir.IntType(32),
"c_int": ir.IntType(32),
# Not so sure about this one
"str": ir.PointerType(ir.IntType(8)),
}