ref: 383358717731b29f0cbafc1f31d87fb79c1e7918
parent: 99cb9c06c29a3c5280eed66de14a98f0a0e24503
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Apr 17 11:46:31 EDT 2014
Fix emit of division operator
--- a/code.c
+++ b/code.c
@@ -16,7 +16,7 @@
[OSIZE] = "#",
[OPTR] = "@",
[OMOD] = "*",
- [ODIV] = "/'",
+ [ODIV] = "/",
[OSHL] = "l",
[OSHR] = "r",
[OLT] = "<",
--
⑨