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:
parent
27c1f89dca
commit
258796098e
@ -164,6 +164,7 @@ typedef enum {
|
|||||||
The meaning of the symbols in a abstract machine instruction is:
|
The meaning of the symbols in a abstract machine instruction is:
|
||||||
|
|
||||||
c: constant, is a Term
|
c: constant, is a Term
|
||||||
|
d: double (functor + unaligned)
|
||||||
l: label, yamop *
|
l: label, yamop *
|
||||||
|
|
||||||
|
|
||||||
@ -227,7 +228,6 @@ typedef struct yami {
|
|||||||
CELL next;
|
CELL next;
|
||||||
} clll;
|
} clll;
|
||||||
struct {
|
struct {
|
||||||
OPCODE opcw;
|
|
||||||
CELL d[1+SIZEOF_DOUBLE/SIZEOF_INT_P];
|
CELL d[1+SIZEOF_DOUBLE/SIZEOF_INT_P];
|
||||||
CELL next;
|
CELL next;
|
||||||
} d;
|
} d;
|
||||||
|
Reference in New Issue
Block a user