ref: 1341cf53a7115b1c89a2d2f836aef36524a6745e
parent: 2afac7e64519cbcbf3d081a9061329badcf88344
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Aug 15 07:14:47 EDT 2015
Add name to the operand enum This is helpful debugging.
--- a/cc1/cc1.h
+++ b/cc1/cc1.h
@@ -232,7 +232,7 @@
};
/* operations */
-enum {
+enum op {
OPTR,
OADD,
OMUL,