summaryrefslogtreecommitdiff
path: root/include/nasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nasm.h')
-rw-r--r--include/nasm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nasm.h b/include/nasm.h
index 616ffb37..efeb6190 100644
--- a/include/nasm.h
+++ b/include/nasm.h
@@ -1280,6 +1280,8 @@ struct optimization {
/*
* Various types of compiler passes we may execute.
+ * If these are changed, you need to also change _pass_types[]
+ * in asm/nasm.c.
*/
enum pass_type {
PASS_INIT, /* Initialization, not doing anything yet */