xo-interpreter2 stack: use xo-numeric/ to support op*
This commit is contained in:
parent
911818e957
commit
dd0857160b
1 changed files with 1 additions and 1 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