From 2ea468af6e1a808dbb7203751976ded75e4f9f13 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 26 Nov 2025 20:15:03 -0500 Subject: [PATCH] xo-interpreter: Object->TaggedPtr conversion (prep for primitives) --- include/xo/jit/type2llvm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/jit/type2llvm.hpp b/include/xo/jit/type2llvm.hpp index 5308b082..d19ce492 100644 --- a/include/xo/jit/type2llvm.hpp +++ b/include/xo/jit/type2llvm.hpp @@ -20,7 +20,7 @@ namespace xo { **/ struct type2llvm { public: - using FunctionInterface = xo::scm::FunctionExprInterface; + using FunctionInterface = xo::scm::ProcedureExprInterface; using Lambda = xo::scm::Lambda; using TypeDescr = xo::reflect::TypeDescr;