aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gramar.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/gramar.y b/gramar.y
index 921e7c8..f2fa79e 100644
--- a/gramar.y
+++ b/gramar.y
@@ -85,8 +85,6 @@ prog
statement
: opcode operand COMMA operand
{
- if ($1 == 0x05 && $4 == 0x20)
- yyerror("division by zero");
popop(($4 << 10) | ($2 << 4) | $1);
popall();
}