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/driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/driver.cc') diff --git a/boot/driver.cc b/boot/driver.cc index 24a11fa..3607995 100644 --- a/boot/driver.cc +++ b/boot/driver.cc @@ -30,7 +30,7 @@ namespace elna::boot } syntax_error::syntax_error(const std::string& message, const yy::location& location) - : error(make_position(location)), message(message) + : diagnostic(make_position(location)), message(message) { } -- cgit v1.2.3