From 33ae72a3c73f6219be86715e8da71ed345f6077c Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 14 Aug 2026 23:14:38 +0200 Subject: Map Int and Word to hardware word sizes --- boot/evaluator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/evaluator.cc') diff --git a/boot/evaluator.cc b/boot/evaluator.cc index 07b2953..b37d1fa 100644 --- a/boot/evaluator.cc +++ b/boot/evaluator.cc @@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see namespace elna::boot { non_constant_expression_error::non_constant_expression_error(const source_position position, payload_type payload) - : error(position), payload(std::move(payload)) + : diagnostic(position), payload(std::move(payload)) { } -- cgit v1.2.3