mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
more windows build fixes
This commit is contained in:
parent
888378c8cb
commit
1ef29cbf0d
@ -164,15 +164,6 @@ void Coro_setStackSize_(Coro *self, size_t sizeInBytes)
|
||||
//printf("Coro_%p io_reallocating stack size %i\n", (void *)self, sizeInBytes);
|
||||
}
|
||||
|
||||
#if __GNUC__ == 4
|
||||
uint8_t *Coro_CurrentStackPointer(void) __attribute__ ((noinline));
|
||||
#endif
|
||||
|
||||
uint8_t *Coro_CurrentStackPointer(void)
|
||||
{
|
||||
return __builtin_frame_address(0);
|
||||
}
|
||||
|
||||
size_t Coro_bytesLeftOnStack(Coro *self)
|
||||
{
|
||||
unsigned char dummy;
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "IKeyValueStore.h"
|
||||
#include "PrefixTree.h"
|
||||
#include <string.h>
|
||||
#include <boost/asio.hpp>
|
||||
#include "flow/actorcompiler.h"
|
||||
|
||||
// Convenience method for converting a Standalone to a Ref while adding its arena to another arena.
|
||||
|
Loading…
x
Reference in New Issue
Block a user