Skip to content

Commit

Permalink
Refactor: Move x86 JIT support functions into C file (vbpf#544)
Browse files Browse the repository at this point in the history
Signed-off-by: Will Hawkins <[email protected]>
  • Loading branch information
hawkinsw authored Sep 9, 2024
1 parent f1f85cb commit bec68a8
Show file tree
Hide file tree
Showing 3 changed files with 1,068 additions and 1,105 deletions.
1 change: 0 additions & 1 deletion vm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ add_library("ubpf"
ubpf_jit_support.c
ubpf_jit_support.h
ubpf_jit_x86_64.c
ubpf_jit_x86_64.h
ubpf_loader.c
ubpf_vm.c
)
Expand Down
Loading

0 comments on commit bec68a8

Please sign in to comment.