mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +00:00
fix i386 build error
This commit is contained in:
parent
0f7a2137bf
commit
108f8d7bc0
@ -9,6 +9,8 @@
|
|||||||
#include "pthread.h"
|
#include "pthread.h"
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
|
||||||
|
#include "system.h"
|
||||||
|
|
||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
|
|
||||||
extern "C" uint64_t
|
extern "C" uint64_t
|
||||||
@ -32,8 +34,6 @@ extern "C" uint64_t
|
|||||||
amd64Call(void* function, void* stack, unsigned stackSize,
|
amd64Call(void* function, void* stack, unsigned stackSize,
|
||||||
void* gprTable, void* sseTable, unsigned returnType);
|
void* gprTable, void* sseTable, unsigned returnType);
|
||||||
|
|
||||||
#include "system.h"
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
uint64_t
|
uint64_t
|
||||||
|
Loading…
Reference in New Issue
Block a user