changeset 3:5188cbc52a00

off by one
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Thu, 31 May 2007 23:06:13 -0400
parents e452e83436c7
children e4aa55f2b90e
files yaAGC/agc_engine.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yaAGC/agc_engine.c	Thu May 31 21:35:47 2007 -0400
+++ b/yaAGC/agc_engine.c	Thu May 31 23:06:13 2007 -0400
@@ -399,7 +399,7 @@
     NextZ += 2;
 }
 
-static const InstructionInfo_t Instructions[0177] = {
+static const InstructionInfo_t Instructions[0200] = {
   { .time = 0, .func = AGC_INST_TC }, // 0000
   { .time = 0, .func = AGC_INST_TC }, // 0001
   { .time = 0, .func = AGC_INST_TC }, // 0002