xo-interpreter2 stack: use xo-numeric/ to support op*
This commit is contained in:
parent
d6bf210714
commit
0b9ff6be06
8 changed files with 29 additions and 8 deletions
|
|
@ -1253,7 +1253,7 @@ namespace xo {
|
|||
case optype::op_multiply:
|
||||
{
|
||||
auto pm_obj = (with_facet<AGCObject>::mkobj
|
||||
(&Primitives::s_mul_gco_gco_pm));
|
||||
(&NumericPrimitives::s_mul_gco_gco_pm));
|
||||
auto fn_expr = (DConstant::make
|
||||
(p_psm->expr_alloc(), pm_obj));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue