projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d28cabe
)
不要な変数を削除
author
j8takagi
<info@j8takagi.net>
Tue, 23 Oct 2012 16:42:06 +0000
(
01:42
+0900)
committer
j8takagi
<info@j8takagi.net>
Tue, 23 Oct 2012 16:42:06 +0000
(
01:42
+0900)
src/exec.c
patch
|
blob
|
history
diff --git
a/src/exec.c
b/src/exec.c
index
caa8588
..
7e7a431
100644
(file)
--- 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;