git: 9front

Download patch

ref: ed8cc64305fbcc94542211e3e113f0c8da36c124
parent: 5861eec8196c4ee095a0bc9a8bc9fcc47e06bdaa
author: mischief <mischief@offblast.org>
date: Fri Oct 12 22:20:31 EDT 2018

libttf: instruction 0x24 is DEPTH, not CLEAR

--- a/sys/src/libttf/hint.c
+++ b/sys/src/libttf/hint.c
@@ -1469,7 +1469,7 @@
 	[0x21] h_pop,
 	[0x22] h_clear,
 	[0x23] h_swap,
-	[0x24] h_clear,
+	[0x24] h_depth,
 	[0x25] h_cindex,
 	[0x26] h_mindex,
 	[0x2a] h_loopcall,
--