Combine guest memory and function table into one virtual allocation.

This commit is contained in:
Skyth
2025-01-02 14:45:42 +03:00
parent 038edfdebd
commit 967a0ce17f
27 changed files with 46 additions and 199 deletions
-1
View File
@@ -1,6 +1,5 @@
#pragma once
#include <cpu/guest_code.h>
#include <cpu/guest_stack_var.h>
#include <kernel/function.h>