mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
add assignments table and offset handler
This commit is contained in:
@ -30,6 +30,7 @@ class IRGenerator:
|
||||
# this part cannot yet resolve circular dependencies. Gets stuck on an infinite loop during that.
|
||||
self.generated.append(struct.name)
|
||||
|
||||
|
||||
def struct_name_generator(self, ):
|
||||
def struct_name_generator(
|
||||
self,
|
||||
) -> None:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user