mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-19 15:13:10 +00:00
use _alloca
This commit is contained in:
parent
c98090e095
commit
3350061197
@ -10,6 +10,7 @@
|
||||
#include "ppcEmitter.h"
|
||||
#include "PpcJit.h"
|
||||
|
||||
#include <malloc.h>
|
||||
#include <ppcintrinsics.h>
|
||||
|
||||
using namespace PpcGen;
|
||||
@ -186,7 +187,7 @@ Jit::Jit(MIPSState *mips) : blocks(mips, this), gpr(mips, &jo),mips_(mips)
|
||||
void Jit::RunLoopUntil(u64 globalticks) {
|
||||
#ifdef _XBOX
|
||||
// force stack alinement
|
||||
//_alloca(8*1024);
|
||||
_alloca(16*1024);
|
||||
#endif
|
||||
|
||||
// Run the compiled code
|
||||
|
Loading…
x
Reference in New Issue
Block a user