changeset 149:c16cb952319a src

Add some FIXMEs.
author jcdutton
date Thu, 03 Apr 2003 16:18:06 +0000
parents 5ddb33e104a8
children 593b267a963a
files decoder.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/decoder.c	Thu Apr 03 15:42:08 2003 +0000
+++ b/decoder.c	Thu Apr 03 16:18:06 2003 +0000
@@ -541,6 +541,7 @@
 	res = -1;
       break;
     case 5: /*  Compare -> (Set and Link Sub-Instruction) */
+      /* FIXME: These are wrong. Need to be updated from vmcmd.c */
       cond = eval_if_version_4(&command);
       eval_set_version_2(&command, cond);
       res = eval_link_subins(&command, cond, return_values);
@@ -548,6 +549,7 @@
 	res = -1;
       break;
     case 6: /*  Compare -> Set, allways Link Sub-Instruction */
+      /* FIXME: These are wrong. Need to be updated from vmcmd.c */
       cond = eval_if_version_4(&command);
       eval_set_version_2(&command, cond);
       res = eval_link_subins(&command, /*True*/ 1, return_values);