diff options
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 3cf9b87af..b461a948b 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -3199,6 +3199,8 @@ error_clear_loop: #if GOARCH_amd64 #include "common_kvm_amd64.h" +#elif GOARCH_386 +#include "common_kvm_386.h" #elif GOARCH_arm64 #include "common_kvm_arm64.h" #elif GOARCH_ppc64 || GOARCH_ppc64le |
