• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão50d7e2e5f4caafb1205f1df33f0eae731d517de1 (tree)
Hora2014-06-23 23:59:39
Autorhikarupsp <hikarupsp@user...>
Commiterhikarupsp

Mensagem de Log

メモリアロケートバグの修正

Mudança Sumário

Diff

--- a/chncpu/opcode.c
+++ b/chncpu/opcode.c
@@ -567,7 +567,7 @@ int CHNCPU_Op_CompareIReg_BindOperand(CHNCPU_RuntimeEnvironment *env, CHNCPU_OpT
567567 {
568568 CHNCPU_OpCache_CompareIReg *opCache;
569569
570- opCache = malloc(sizeof(CHNCPU_OpCache_TernaryReg));
570+ opCache = malloc(sizeof(CHNCPU_OpCache_CompareIReg));
571571 op->opCache = opCache;
572572
573573 opCache->rSrc1 = CH4Reader_ReadNextAsUINT(env->appbinReader);