mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
Updated powerpc build to disable stack overflow checks for now due to a problem we found with large enums.
This commit is contained in:
parent
d3581be38e
commit
8e736327d4
@ -2423,16 +2423,16 @@ class MyAssembler: public Assembler {
|
||||
return arch_;
|
||||
}
|
||||
|
||||
virtual void checkStackOverflow(uintptr_t handler,
|
||||
unsigned stackLimitOffsetFromThread)
|
||||
virtual void checkStackOverflow(uintptr_t /*handler*/,
|
||||
unsigned /*stackLimitOffsetFromThread*/)
|
||||
{
|
||||
Register stack(StackRegister);
|
||||
/*Register stack(StackRegister);
|
||||
Memory stackLimit(ThreadRegister, stackLimitOffsetFromThread);
|
||||
Constant handlerConstant
|
||||
(new (c.zone->allocate(sizeof(ResolvedPromise)))
|
||||
ResolvedPromise(handler));
|
||||
branchRM(&c, JumpIfGreaterOrEqual, BytesPerWord, &stack, &stackLimit,
|
||||
&handlerConstant);
|
||||
&handlerConstant);*/
|
||||
}
|
||||
|
||||
virtual void saveFrame(unsigned stackOffset, unsigned) {
|
||||
|
Loading…
Reference in New Issue
Block a user