api: include guest_stack_var in SWA.inl

This commit is contained in:
Hyper 2024-11-25 04:42:44 +00:00
parent 5b4b4b9fef
commit f8a148acd6

View file

@ -1,6 +1,7 @@
#pragma once #pragma once
#include <cpu/guest_code.h> #include <cpu/guest_code.h>
#include <cpu/guest_stack_var.h>
#include <kernel/function.h> #include <kernel/function.h>
#define SWA__CONCAT2(x, y) x##y #define SWA__CONCAT2(x, y) x##y