Browse Source
go back to csignal
remotes/1785372757367212240/tmp_refs/heads/variable-page-size
Exverge
1 month ago
No known key found for this signature in database
GPG Key ID: DAD399BCC5FB77E4
2 changed files with
1 additions and
2 deletions
-
src/core/arm/nce/arm_nce_asm_definitions.h
-
src/core/arm/nce/guest_context.h
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#ifndef __APPLE__ |
|
|
|
#if defined(__ASSEMBLY__) && defined(__linux__) |
|
|
|
#include <asm-generic/signal.h> |
|
|
|
#include <asm-generic/unistd.h> |
|
|
|
#else |
|
|
|
|
|
|
|
@ -14,7 +14,6 @@ |
|
|
|
#include "core/arm/nce/arm_nce_asm_definitions.h" |
|
|
|
|
|
|
|
#ifdef __linux__ |
|
|
|
#include <asm/sigcontext.h> |
|
|
|
#include <signal.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
|