fix d optype

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2313 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2008-08-22 02:03:39 +00:00
parent 27c1f89dca
commit 258796098e

View File

@ -164,6 +164,7 @@ typedef enum {
The meaning of the symbols in a abstract machine instruction is:
c: constant, is a Term
d: double (functor + unaligned)
l: label, yamop *
@ -227,7 +228,6 @@ typedef struct yami {
CELL next;
} clll;
struct {
OPCODE opcw;
CELL d[1+SIZEOF_DOUBLE/SIZEOF_INT_P];
CELL next;
} d;