Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix storeSingleFloat stack alignment.
  • Loading branch information
comex committed Oct 5, 2013
1 parent 21a114e commit 6498a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/PowerPC/JitCommon/JitAsmCommon.cpp
Expand Up @@ -293,7 +293,7 @@ void CommonAsmRoutines::GenQuantizedSingleStores() {

// Easy!
const u8* storeSingleFloat = AlignCode4();
SafeWriteFloatToReg(XMM0, ECX, QUANTIZED_REGS_TO_SAVE, SAFE_WRITE_NO_FASTMEM);
SafeWriteFloatToReg(XMM0, ECX, QUANTIZED_REGS_TO_SAVE, SAFE_WRITE_NO_PROLOG | SAFE_WRITE_NO_FASTMEM);
RET();
/*
if (cpu_info.bSSSE3) {
Expand Down

0 comments on commit 6498a77

Please sign in to comment.