Remove libcxx stub library and move operator new to mammoth.
This commit is contained in:
parent
a46694d0f7
commit
7989c9d616
12 changed files with 10 additions and 138 deletions
|
|
@ -8,8 +8,6 @@
|
|||
#include "hw/gpt.h"
|
||||
#include "include/yellowstone.h"
|
||||
|
||||
// FIXME: This linkage was missing :(
|
||||
void* operator new[](uint64_t size) { return malloc(size); }
|
||||
namespace {
|
||||
|
||||
void ServerThreadBootstrap(void* yellowstone) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue