From 8b2326ede2ef2bb401d49ea3e030ad0f6e5aedcb Mon Sep 17 00:00:00 2001 From: Kirill Zakusov <90180911+username918r818@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:42:03 +0300 Subject: [PATCH] Update errata.md --- errata.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/errata.md b/errata.md index d90185a..70812ce 100644 --- a/errata.md +++ b/errata.md @@ -166,6 +166,14 @@ Then, as the break is not ending this case, after executing the first "3. as ..." should be "3. * as ..." +### Page 169, Section 9.2.2 + +Missing `union` before `dword`. Should be: + +``` +union dword test; +``` + ### Page 171, Section 9.2.4 "... similar to how ~~DEFINE~~ `#define` works"