mirror of
https://github.com/libretro/Play-.git
synced 2025-02-10 19:12:10 +00:00
Fixed build.
This commit is contained in:
parent
737f901f09
commit
b9fb565be6
@ -7,7 +7,7 @@
|
||||
#include "StdStreamUtils.h"
|
||||
#include "Jitter.h"
|
||||
#include "Jitter_CodeGen_x86_32.h"
|
||||
#include "Jitter_CodeGen_Arm.h"
|
||||
#include "Jitter_CodeGen_AArch32.h"
|
||||
#include "MemStream.h"
|
||||
#include "Iop_PsfSubSystem.h"
|
||||
#include "psp/Psp_PsfSubSystem.h"
|
||||
@ -264,7 +264,7 @@ void Compile(const char* databasePathName, const char* cpuArchName, const char*
|
||||
}
|
||||
else if(!strcmp(cpuArchName, "arm"))
|
||||
{
|
||||
codeGen = new Jitter::CCodeGen_Arm();
|
||||
codeGen = new Jitter::CCodeGen_AArch32();
|
||||
cpuArch = Jitter::CObjectFile::CPU_ARCH_ARM;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user