summaryrefslogtreecommitdiff
path: root/kernel/make-opcodes
blob: e1371b3d0ca2ab23c77b4d4a63b01446cd61bc1a (plain)
1
2
3
$1=="enum" {n=0; next; }
           {printf("(* THIS FILE IS GENERATED. DON'T EDIT. *)\n\n");
           for (i = 1; i <= NF; i++) {printf("let op%s = %d\n", $i, n++);}}