Merge pull request #1108 from cxd4/link-output

Update core linkage output.
This commit is contained in:
zilmar 2016-06-06 05:13:13 +10:00
commit b7b692e8cd
2 changed files with 7 additions and 2 deletions

View File

@ -22,6 +22,11 @@
#include <sys/ucontext.h>
#endif
#ifndef _WIN32
#include <signal.h>
/* siginfo_t */
#endif
/*
* 64-bit Windows exception recovery facilities will expect to interact with
* the 64-bit registers of the Intel architecture (e.g., rax instead of eax).
@ -101,7 +106,7 @@ public:
int32_t MemoryFilter(uint32_t dwExptCode, void * lpExceptionPointer);
void UpdateFieldSerration(uint32_t interlaced);
#ifndef _WIN32
static bool SetupSegvHandler (void);
static bool SetupSegvHandler(void);
static void segv_handler(int signal, siginfo_t *siginfo, void *sigcontext);
#endif

View File

@ -261,4 +261,4 @@ $obj/Settings/type/TmpNumber.o \
$obj/Settings/type/TmpString.o"
echo Linking static library objects for Project64-core...
ar rcs $obj/project64-core.a $OBJ_LIST
ar rcs $obj/libproject64-core.a $OBJ_LIST