summaryrefslogtreecommitdiff
path: root/kernel/make-opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/make-opcodes')
-rw-r--r--kernel/make-opcodes3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/make-opcodes b/kernel/make-opcodes
index c8f573c6..e1371b3d 100644
--- a/kernel/make-opcodes
+++ b/kernel/make-opcodes
@@ -1,2 +1,3 @@
$1=="enum" {n=0; next; }
- {for (i = 1; i <= NF; i++) {printf("let op%s = %d\n", $i, n++);}}
+ {printf("(* THIS FILE IS GENERATED. DON'T EDIT. *)\n\n");
+ for (i = 1; i <= NF; i++) {printf("let op%s = %d\n", $i, n++);}}