From ed47d772d6d8edc1a58452a5a868babeb479767f Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Thu, 23 Dec 2021 19:09:45 +0100 Subject: [PATCH] Wording tweak in Versions.md --- Versions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Versions.md b/Versions.md index 9893dba..6473222 100644 --- a/Versions.md +++ b/Versions.md @@ -74,8 +74,8 @@ to the runtime library interface jumplist. Fastcall function can now only be called with the one parameter that the function can actually receive. Previously, additional parameters were silently dropped, which a) I now consider wrong, and b) was a -waste of scarce compiler code size. On that note, a few compiler -error messages were shortened. +waste of scarce compiler code size. On that note, I shortened a few +compiler error messages to fit the new feature into the X16. The naming scheme for the basic runtime libraries `rt-*.[hio]` now includes both start and end address, to facilitate different