diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-08-14 23:14:38 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-08-14 23:14:38 +0200 |
| commit | 33ae72a3c73f6219be86715e8da71ed345f6077c (patch) | |
| tree | 1c6c98be816508e9231fa1ada3f79ec940ab1cf1 /boot/driver.cc | |
| parent | d696abc97143061bf2abb05922188e12b59306c1 (diff) | |
| download | elna-33ae72a3c73f6219be86715e8da71ed345f6077c.tar.gz | |
Map Int and Word to hardware word sizes
Diffstat (limited to 'boot/driver.cc')
| -rw-r--r-- | boot/driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |
