Fixed project file and removed linux debug code
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@120 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
53ee26711e
commit
73a8bb9b2f
|
@ -891,14 +891,6 @@
|
||||||
RelativePath=".\Src\PowerPC\Jit64\Jit_SystemRegisters.cpp"
|
RelativePath=".\Src\PowerPC\Jit64\Jit_SystemRegisters.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\Src\PowerPC\Jit64\JitABI.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\Src\PowerPC\Jit64\JitABI.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\Src\PowerPC\Jit64\JitAsm.cpp"
|
RelativePath=".\Src\PowerPC\Jit64\JitAsm.cpp"
|
||||||
>
|
>
|
||||||
|
|
|
@ -259,8 +259,6 @@ namespace Jit64
|
||||||
|
|
||||||
void stfs(UGeckoInstruction inst)
|
void stfs(UGeckoInstruction inst)
|
||||||
{
|
{
|
||||||
Default(inst);
|
|
||||||
return; // LINUXTODO
|
|
||||||
BIT32OLD;
|
BIT32OLD;
|
||||||
OLD;
|
OLD;
|
||||||
bool update = inst.OPCD & 1;
|
bool update = inst.OPCD & 1;
|
||||||
|
@ -338,8 +336,6 @@ namespace Jit64
|
||||||
|
|
||||||
void stX(UGeckoInstruction inst)
|
void stX(UGeckoInstruction inst)
|
||||||
{
|
{
|
||||||
Default(inst);
|
|
||||||
return;
|
|
||||||
int s = inst.RS;
|
int s = inst.RS;
|
||||||
int a = inst.RA;
|
int a = inst.RA;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue