shithub: riscv

Download patch

ref: df89d898f0c643d846002a3902da63fd8862119e
parent: c22ebef4e1221a3fb276524a86bc3b25d2662653
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,