summaryrefslogtreecommitdiff
path: root/kern/syscall_emulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/syscall_emulation.h')
-rw-r--r--kern/syscall_emulation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/syscall_emulation.h b/kern/syscall_emulation.h
index 91b3ed7..5ebe2e1 100644
--- a/kern/syscall_emulation.h
+++ b/kern/syscall_emulation.h
@@ -56,6 +56,6 @@ typedef vm_offset_t *emulation_vector_t; /* Variable-length array */
#define EML_MOD (err_kern|err_sub(2))
#define EML_BAD_TASK (EML_MOD|0x0001)
#define EML_BAD_CNT (EML_MOD|0x0002)
-#endif ASSEMBLER
+#endif /* ASSEMBLER */
-#endif _KERN_SYSCALL_EMULATION_H_
+#endif /* _KERN_SYSCALL_EMULATION_H_ */