fix i386 build error

This commit is contained in:
Joel Dice 2007-07-20 08:39:50 -06:00
parent 0f7a2137bf
commit 108f8d7bc0

View File

@ -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