# HG changeset patch # User jcdutton # Date 1049386686 0 # Node ID c16cb952319ae5a96e2c1a69d726abd08931fca6 # Parent 5ddb33e104a823f54d06bf7fb3d8d54682c20a2d Add some FIXMEs. diff -r 5ddb33e104a8 -r c16cb952319a decoder.c --- 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);