more bigint and dbterm fixes.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
OPCODE(get_struct ,xfa),
|
||||
OPCODE(get_float ,xd),
|
||||
OPCODE(get_longint ,xi),
|
||||
OPCODE(get_bigint ,xB),
|
||||
OPCODE(get_bigint ,xN),
|
||||
OPCODE(get_dbterm ,xD),
|
||||
OPCODE(glist_valx ,xx),
|
||||
OPCODE(glist_valy ,yx),
|
||||
@@ -125,8 +125,8 @@
|
||||
OPCODE(unify_longint_write ,oi),
|
||||
OPCODE(unify_l_longint ,oi),
|
||||
OPCODE(unify_l_longint_write ,oi),
|
||||
OPCODE(unify_bigint ,oB),
|
||||
OPCODE(unify_l_bigint ,oB),
|
||||
OPCODE(unify_bigint ,oN),
|
||||
OPCODE(unify_l_bigint ,oN),
|
||||
OPCODE(unify_dbterm ,oD),
|
||||
OPCODE(unify_l_dbterm ,oD),
|
||||
OPCODE(unify_list ,o),
|
||||
@@ -145,6 +145,8 @@
|
||||
OPCODE(put_y_vals ,yyxx),
|
||||
OPCODE(put_unsafe ,yx),
|
||||
OPCODE(put_atom ,xc),
|
||||
OPCODE(put_dbterm ,xD),
|
||||
OPCODE(put_bigint ,xN),
|
||||
OPCODE(put_float ,xd),
|
||||
OPCODE(put_longint ,xi),
|
||||
OPCODE(put_list ,x),
|
||||
@@ -158,6 +160,8 @@
|
||||
OPCODE(write_y_val ,y),
|
||||
OPCODE(write_y_loc ,y),
|
||||
OPCODE(write_atom ,c),
|
||||
OPCODE(write_bigint ,N),
|
||||
OPCODE(write_dbterm ,D),
|
||||
OPCODE(write_float ,d),
|
||||
OPCODE(write_longint ,i),
|
||||
OPCODE(write_n_atoms ,sc),
|
||||
|
Reference in New Issue
Block a user