X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fexec.c;h=7e7a43181a1f46cfe0dcdf868e3f4ed8ad55d7c5;hb=refs%2Ftags%2Fv0.1p52;hp=caa85881b24b1d3973283b0893d82f9f1d2a72b4;hpb=f8636262f5c60efbb9d1c608e2276d359bc348a0;p=YACASL2.git diff --git a/src/exec.c b/src/exec.c index caa8588..7e7a431 100644 --- a/src/exec.c +++ b/src/exec.c @@ -523,8 +523,6 @@ void cpa_r1_r2() */ void cpl(WORD r, WORD val) { - WORD w[1]; - w[0] = sys->memory[sys->cpu->pr]; sys->cpu->fr = 0x0; if(sys->cpu->gr[r] < val) { sys->cpu->fr = SF;