ref: 444ba84bc1bb4ce22e6675cd49470b437e7bc3a7
parent: 75ec0ef2c57d1143e14cf02e39720d32b88b63c3
author: mia soweli <inbox@tachibana-labs.org>
date: Mon May 22 09:08:42 EDT 2023
libaml: replace ResEnd with it's value. only had this enum locally, sorry :(
--- a/sys/src/libaml/aml.c
+++ b/sys/src/libaml/aml.c
@@ -1732,7 +1732,7 @@
memmove(r, a, n);
memmove((uchar*)r + n, b, m);
- c[0] = ResEnd;
+ c[0] = 0x78;
c[1] = 0;
memmove((uchar*)r + n + m, c, 2);