Mercurial > hg-old > index.cgi
changeset 70:8aa6a28cba02
Fixed instruction table to vector to correct routines for fcn and fcs
author | lost |
---|---|
date | Tue, 06 Jan 2009 04:51:29 +0000 |
parents | b7550988b97c |
children | 90a5657d5408 |
files | src/instab.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/instab.c Tue Jan 06 04:36:41 2009 +0000 +++ b/src/instab.c Tue Jan 06 04:51:29 2009 +0000 @@ -328,8 +328,8 @@ { "zmq", { -1, -1, -1, -1 }, pseudo_zmq }, { "fcc", { -1, -1, -1, -1 }, pseudo_fcc }, - { "fcn", { -1, -1, -1, -1 }, pseudo_fcc }, - { "fcs", { -1, -1, -1, -1 }, pseudo_fcc }, + { "fcn", { -1, -1, -1, -1 }, pseudo_fcn }, + { "fcs", { -1, -1, -1, -1 }, pseudo_fcs }, { "fcb", { -1, -1, -1, -1 }, pseudo_fcb }, { "fdb", { -1, -1, -1, -1 }, pseudo_fdb },