support for tabling of bignums and strings
This commit is contained in:
@@ -880,6 +880,7 @@ restore_opcodes(yamop *pc, yamop *max USES_REGS)
|
||||
case _trie_do_appl_in_pair:
|
||||
case _trie_do_atom:
|
||||
case _trie_do_atom_in_pair:
|
||||
case _trie_do_bigint:
|
||||
case _trie_do_double:
|
||||
case _trie_do_extension:
|
||||
case _trie_do_gterm:
|
||||
@@ -895,6 +896,7 @@ restore_opcodes(yamop *pc, yamop *max USES_REGS)
|
||||
case _trie_retry_appl_in_pair:
|
||||
case _trie_retry_atom:
|
||||
case _trie_retry_atom_in_pair:
|
||||
case _trie_retry_bigint:
|
||||
case _trie_retry_double:
|
||||
case _trie_retry_extension:
|
||||
case _trie_retry_gterm:
|
||||
@@ -910,6 +912,7 @@ restore_opcodes(yamop *pc, yamop *max USES_REGS)
|
||||
case _trie_trust_appl_in_pair:
|
||||
case _trie_trust_atom:
|
||||
case _trie_trust_atom_in_pair:
|
||||
case _trie_trust_bigint:
|
||||
case _trie_trust_double:
|
||||
case _trie_trust_extension:
|
||||
case _trie_trust_gterm:
|
||||
@@ -925,6 +928,7 @@ restore_opcodes(yamop *pc, yamop *max USES_REGS)
|
||||
case _trie_try_appl_in_pair:
|
||||
case _trie_try_atom:
|
||||
case _trie_try_atom_in_pair:
|
||||
case _trie_try_bigint:
|
||||
case _trie_try_double:
|
||||
case _trie_try_extension:
|
||||
case _trie_try_gterm:
|
||||
|
Reference in New Issue
Block a user