ref: da1885ebccf5d31fb4a695764b96311e493bde09
parent: 3a11ea050c4cec90cb4827042e4d13a4de6ef20c
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue May 29 14:16:39 EDT 2018
[as] Do small improvements
--- a/as/Makefile
+++ b/as/Makefile
@@ -18,7 +18,6 @@
rm -f *.o target/*/*.o
rm -f target/*/*tbl.c
rm -f as-*
- rm -f *.log
include target/amd64.mk
include target/i386.mk
--- a/as/target/x80/proc.h
+++ b/as/target/x80/proc.h
@@ -63,7 +63,7 @@
ARST, /* 0h, 08h, 10h, 18h, 20h, 28h, 30h, 38h */
};
-enum {
+enum class {
RCLASS = 1 << 0,
PCLASS = 1 << 1,
QCLASS = 1 << 2,